Skip to content

Commit 02ed716

Browse files
chore(deps): update all-dependencies
1 parent 8207889 commit 02ed716

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-container.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
echo "Release version: ${{ github.event.release.tag_name }}"
2323
echo "Release published by: ${{ github.event.release.author.login }}"
2424
- name: Set up QEMU
25-
uses: docker/setup-qemu-action@v3
25+
uses: docker/setup-qemu-action@v4
2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v3
27+
uses: docker/setup-buildx-action@v4
2828
- name: Log in to the Container registry
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GHTOKEN }}
3434
- name: Extract metadata (tags, labels) for Docker
3535
id: meta
36-
uses: docker/metadata-action@v5
36+
uses: docker/metadata-action@v6
3737
with:
3838
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3939
tags: |
@@ -45,7 +45,7 @@ jobs:
4545
type=sha
4646
- name: Build and Push Container
4747
id: push
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
with:
5050
context: .
5151
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)