Skip to content

Commit 97c06b0

Browse files
committed
Bump action versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 219a230 commit 97c06b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-image.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Set up QEMU
12-
uses: docker/setup-qemu-action@v2
12+
uses: docker/setup-qemu-action@v3
1313
- name: Set up Docker Buildx
14-
uses: docker/setup-buildx-action@v2
14+
uses: docker/setup-buildx-action@v3
1515
- name: Login to GitHub Container Registry
16-
uses: docker/login-action@v2
16+
uses: docker/login-action@v3
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Build and push container image
22-
uses: docker/build-push-action@v3
22+
uses: docker/build-push-action@v5
2323
with:
2424
push: true
2525
tags: ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)