Skip to content

Commit f555f2a

Browse files
committed
remove QEMU from github action
1 parent 180e908 commit f555f2a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-weekly-amd64.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ jobs:
3131
echo "IMAGE=$IMAGE" >> $GITHUB_ENV # ${{ env.IMAGE }}
3232
echo "VERSION=$VERSION" >> $GITHUB_ENV # ${{ env.VERSION }}
3333
echo "TAG=$TAG" >> $GITHUB_ENV # ${{ env.TAG }}
34-
-
35-
name: Set up QEMU
36-
uses: docker/setup-qemu-action@v3.0.0
3734
-
3835
name: Set up Docker Buildx
3936
id: buildx
40-
uses: docker/setup-buildx-action@v3.0.0
37+
uses: docker/setup-buildx-action@v3.1.0
4138
-
4239
name: Available platforms
4340
run: echo ${{ steps.buildx.outputs.platforms }}
@@ -51,13 +48,13 @@ jobs:
5148
# ${{ runner.os }}-buildx-
5249
-
5350
name: Login to DockerHub
54-
uses: docker/login-action@v3.0.0
51+
uses: docker/login-action@v3.1.0
5552
with:
5653
username: ${{ secrets.DOCKER_USER }}
5754
password: ${{ secrets.DOCKER_TOKEN }}
5855
-
5956
name: Build and push
60-
uses: docker/build-push-action@v5.1.0
57+
uses: docker/build-push-action@v5.2.0
6158
with:
6259
context: .
6360
platforms: linux/amd64

0 commit comments

Comments
 (0)