File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments