Skip to content

Commit aeb7465

Browse files
committed
fix: update Github docker actions
Update all the Github actions to their latest versions. Signed-off-by: Raymond Etornam <[email protected]>
1 parent 6b99fcb commit aeb7465

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
@@ -43,22 +43,22 @@ jobs:
4343
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
4444
-
4545
name: Set up QEMU
46-
uses: docker/setup-qemu-action@v1
46+
uses: docker/setup-qemu-action@v3
4747
-
4848
name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v1
49+
uses: docker/setup-buildx-action@v3
5050
-
5151
name: Login to the container registry
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v1
53+
uses: docker/login-action@v3
5454
with:
5555
registry: quay.io
5656
username: ${{ secrets.REGISTRY_USERNAME }}
5757
password: ${{ secrets.REGISTRY_TOKEN }}
5858
-
5959
name: Build and push
6060
id: docker_build
61-
uses: docker/build-push-action@v2
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
file: ./Dockerfile.multiarch

0 commit comments

Comments
 (0)