Skip to content

Commit 41ef0c5

Browse files
committed
automating build and push with Github Actions to support arm64 and x86
1 parent 0b1662a commit 41ef0c5

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: test
5+
branches: master
66
push:
7-
branches: test
7+
branches: master
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:test .
42+
--tag $GITHUB_REPOSITORY:latest .
4343
4444
4545

0 commit comments

Comments
 (0)