mirror of
https://github.com/Damillora/Rinze.git
synced 2024-12-03 16:17:32 +00:00
chore: update github actions
This commit is contained in:
parent
f8512efe82
commit
695c2b08d5
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@ -9,13 +9,13 @@ jobs:
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.nanao.moe
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user