Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen authored Dec 8, 2021
1 parent f124918 commit fd104c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
context: .
push: true
tags: countly/countly-server:test,countly/countly-server:0.0.0
tags: countly/countly-server:latest,countly/countly-server:21.11.0

push_api:
name: Push Countly API Image
Expand All @@ -46,7 +46,7 @@ jobs:
with:
push: true
file: ./Dockerfile-api
tags: countly/api:test,countly/api:0.0.0
tags: countly/api:latest,countly/api:21.11.0

push_frontend:
name: Push Countly Frontend Image
Expand All @@ -66,4 +66,4 @@ jobs:
with:
push: true
file: ./Dockerfile-frontend
tags: countly/frontend:test,countly/frontend:0.0.0
tags: countly/frontend:latest,countly/frontend:21.11.0

0 comments on commit fd104c7

Please sign in to comment.