Skip to content

Commit 8a74ecd

Browse files
chore(deps): update all-dependencies
1 parent 8207889 commit 8a74ecd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-container.yml

Lines changed: 4 additions & 4 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: |

0 commit comments

Comments
 (0)