Skip to content

Commit

Permalink
Uploads latest tag (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Custodio <leonardo@custodio.me>
  • Loading branch information
leonardocustodio authored Mar 6, 2024
1 parent a27062b commit 95b178f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
run: |
docker login --username $DOCKERHUB_API_USERNAME --password $DOCKERHUB_API_TOKEN
docker build -t enjin/$DOCKER_REPOSITORY:$IMAGE_TAG .
docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG
docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG
docker tag enjin/$DOCKER_REPOSITORY:$IMAGE_TAG enjin/$DOCKER_REPOSITORY:latest
docker push enjin/$DOCKER_REPOSITORY:latest

0 comments on commit 95b178f

Please sign in to comment.