update Dockerfile

This commit is contained in:
ginuerzh
2024-10-11 13:10:15 +08:00
parent a7037a27bf
commit 48b0a690c5
2 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -59,13 +59,13 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Buildx and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
platforms: ${{ steps.prepare.outputs.docker_platforms }}
push: true