Skip to content

Commit

Permalink
Fixes publish docker image workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Bayliss <919214+Bradez@users.noreply.github.com>
  • Loading branch information
Bradez committed Mar 1, 2024
1 parent 7d8495b commit 4f56323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
IMAGE_TAG: ${{ github.ref_name }}
run: |
docker login --username $DOCKERHUB_API_USERNAME --password $DOCKERHUB_API_TOKEN
docker build -t enjin/$DOCKER_REPOSITORY:$IMAGE_TAG -f docker/Dockerfile .
docker build -t enjin/$DOCKER_REPOSITORY:$IMAGE_TAG .
docker push enjin/$DOCKER_REPOSITORY:$IMAGE_TAG

0 comments on commit 4f56323

Please sign in to comment.