Skip to content

Commit 0b1662a

Browse files
committed
workflow and makeile added for multi arch support
1 parent 9ecb330 commit 0b1662a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
--platform linux/amd64,linux/arm64 \
3939
--output "type=image,push=true" \
4040
--file ./Dockerfile \
41-
--tag ${{GITHUB_REPOSITORY}}:${{GITHUB_SHA}} \
42-
--tag ${{GITHUB_REPOSITORY}}:test .
41+
--tag $GITHUB_REPOSITORY:$GITHUB_SHA \
42+
--tag $GITHUB_REPOSITORY:test .
4343
4444
4545

0 commit comments

Comments
 (0)