Skip to content

Commit 1899eca

Browse files
committed
Update GitHub Action versions
1 parent 5d4ef9d commit 1899eca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ jobs:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Set up QEMU
59-
uses: docker/setup-qemu-action@v2
59+
uses: docker/setup-qemu-action@v3
6060

6161
- name: Set up Buildx
62-
uses: docker/setup-buildx-action@v2
62+
uses: docker/setup-buildx-action@v3
6363

6464
- name: Log in to the Container registry
65-
uses: docker/login-action@v2
65+
uses: docker/login-action@v3
6666
with:
6767
registry: ${{ env.REGISTRY }}
6868
username: ${{ github.actor }}
6969
password: ${{ secrets.PUBLISH_SECRET }}
7070

7171
- name: Build and push container image
72-
uses: docker/build-push-action@v4
72+
uses: docker/build-push-action@v5
7373
with:
7474
context: .
7575
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)