Skip to content

Commit 947b44c

Browse files
author
chenby
committed
chore: enable multi-platform Docker builds via buildx
1 parent 28e53ed commit 947b44c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- name: Docker check
12+
uses: actions/checkout@v4
1213
- name: Create Tag
1314
run: |
1415
echo "RELEASE_TAG=`cat ./src/main/resources/.version`" >> $GITHUB_ENV
15-
- name: Docker check
16-
uses: actions/checkout@v4
1716
- name: Login to Docker Hub
1817
uses: docker/login-action@v3
1918
with:

0 commit comments

Comments
 (0)