Skip to content

Commit

Permalink
Corrected image tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnjau committed Nov 7, 2024
1 parent a7a5d6a commit 37c6c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
IMAGE_TAG="${ env.DOCKERHUB_USERNAME }/${ env.REPOSITORY_NAME }:${{ env.PLATFORM }}"
echo '${{ env.DOCKERHUB_PASSWORD }}' | docker login -u ${{ env.DOCKERHUB_USERNAME }} --password-stdin
docker buildx create --use --name workflowBuilder
docker buildx build --platform=linux/amd64,linux/arm64 -t ${{ env.$IMAGE_TAG }} --push .
docker buildx build --platform=linux/amd64,linux/arm64 -t ${{ IMAGE_TAG }} --push .
docker logout

0 comments on commit 37c6c95

Please sign in to comment.