Skip to content

Commit

Permalink
ci: update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Oct 29, 2024
1 parent d5b6350 commit f0688e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
images: mmx233/bitsrunlogin-go

- name: Setup QEMU Emulator
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand All @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@master

- name: Login to docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.rgs_u }}
password: ${{ secrets.rgs_p }}
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build Docker Image and Push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit f0688e2

Please sign in to comment.