Skip to content

Commit

Permalink
fix: added missing docker tag amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
OldTyT authored Nov 9, 2024
1 parent 41b7cdc commit 5e1ee44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
docker build
-t $IMAGE_NAME
-t $REPOSITORY_URL/$IMAGE_NAME:amd64-${{ steps.vars.outputs.SHORT_COMMIT_ID }}
-t $REPOSITORY_URL/$IMAGE_NAME:amd64
-t $REPOSITORY_URL/$IMAGE_NAME:latest
-f docker/amd64/Dockerfile .
- name: Docker Login
Expand Down

0 comments on commit 5e1ee44

Please sign in to comment.