We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8207889 commit ef0c7e8Copy full SHA for ef0c7e8
1 file changed
.github/workflows/release-container.yml
@@ -22,11 +22,11 @@ jobs:
22
echo "Release version: ${{ github.event.release.tag_name }}"
23
echo "Release published by: ${{ github.event.release.author.login }}"
24
- name: Set up QEMU
25
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
26
- name: Set up Docker Buildx
27
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
28
- name: Log in to the Container registry
29
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
30
with:
31
registry: ${{ env.REGISTRY }}
32
username: ${{ github.actor }}
0 commit comments