Skip to content

Commit a6df68d

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 7025171 commit a6df68d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container-registry-ghcr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out code
2424
uses: actions/checkout@v6
2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
registry: ghcr.io
@@ -47,9 +47,9 @@ jobs:
4747
- name: Set up QEMU
4848
uses: docker/setup-qemu-action@v3
4949
- name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@v3
50+
uses: docker/setup-buildx-action@v4
5151
- name: Build and push Docker image
52-
uses: docker/build-push-action@v6
52+
uses: docker/build-push-action@v7
5353
with:
5454
context: .
5555
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)