Skip to content

Commit 9ecb330

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-buildx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: buildx
22

33
on:
44
pull_request:
5-
branches: master
5+
branches: test
66
push:
7-
branches: master
7+
branches: test
88
tags:
99

1010
jobs:
@@ -39,7 +39,7 @@ jobs:
3939
--output "type=image,push=true" \
4040
--file ./Dockerfile \
4141
--tag ${{GITHUB_REPOSITORY}}:${{GITHUB_SHA}} \
42-
--tag ${{GITHUB_REPOSITORY}}:latest .
42+
--tag ${{GITHUB_REPOSITORY}}:test .
4343
4444
4545

0 commit comments

Comments
 (0)