File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717 uses : actions/checkout@v6
1818
1919 - name : Set up QEMU
20- uses : docker/setup-qemu-action@v3
20+ uses : docker/setup-qemu-action@v4
2121
2222 - name : Set up Docker Buildx
23- uses : docker/setup-buildx-action@v2
23+ uses : docker/setup-buildx-action@v4
2424
2525 - name : Login to Github Container Registry
26- uses : docker/login-action@v3
26+ uses : docker/login-action@v4
2727 with :
2828 registry : ghcr.io
2929 username : ${{ github.repository_owner }}
3030 password : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Generate container image metadata
33- uses : docker/metadata-action@v4
33+ uses : docker/metadata-action@v6
3434 id : meta
3535 with :
3636 images : ghcr.io/osbuild/image-builder-cli
4040 type=sha,format=long,enable=${{ github.ref == 'refs/heads/main' }}
4141
4242 - name : Build and push
43- uses : docker/build-push-action@v4
43+ uses : docker/build-push-action@v7
4444 with :
4545 context : .
4646 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments