Skip to content

Commit 6b3021e

Browse files
committed
💚 Update Github actions
1 parent a57afc9 commit 6b3021e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Set up QEMU
34-
uses: docker/setup-qemu-action@v3
34+
uses: docker/setup-qemu-action@v4
3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3
36+
uses: docker/setup-buildx-action@v4
3737

3838
- name: Log in to the Container registry
39-
uses: docker/login-action@v3
39+
uses: docker/login-action@v4
4040
with:
4141
registry: ${{ env.REGISTRY }}
4242
username: ${{ github.actor }}
@@ -50,7 +50,7 @@ jobs:
5050
echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_OUTPUT
5151
5252
- name: Build and push Docker image
53-
uses: docker/build-push-action@v6
53+
uses: docker/build-push-action@v7
5454
with:
5555
context: .
5656
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)