Skip to content

Commit 4bea6f2

Browse files
committed
fix: remove QEMU and buildx plugin : #32
1 parent e5401ad commit 4bea6f2

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,14 @@ jobs:
3737
- name: Build and test project
3838
run: ./gradlew build
3939

40-
- name: Set up QEMU
41-
uses: docker/setup-qemu-action@v3
42-
43-
- name: Set up Docker Buildx
44-
uses: docker/setup-buildx-action@v3
45-
46-
- name: Login to Docker Hub
47-
uses: docker/login-action@v3
48-
with:
49-
username: ${{ secrets.DOCKERHUB_USERNAME }}
50-
password: ${{ secrets.DOCKERHUB_TOKEN }}
40+
# - name: Set up QEMU
41+
# uses: docker/setup-qemu-action@v3
42+
#
43+
# - name: Set up Docker Buildx
44+
# uses: docker/setup-buildx-action@v3
5145

5246
- name: Build docker image and push
53-
run: sh ./script/img_push_multi_arch.sh
47+
run: sh ./script/img_push_multi_arch.sh -u ${{ secrets.DOCKERHUB_USERNAME }} -t ${{ secrets.DOCKERHUB_TOKEN }}
5448

5549
- name: Configure google cloud credentials
5650
id: auth

0 commit comments

Comments
 (0)