File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,27 +37,27 @@ jobs:
3737 contents : read
3838 steps :
3939 - name : Check out the repo
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v4
4141
4242 - name : Set up QEMU
43- uses : docker/setup-qemu-action@v1
43+ uses : docker/setup-qemu-action@v3
4444 with :
4545 image : tonistiigi/binfmt:latest
4646 platforms : all
4747
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@v1
49+ uses : docker/setup-buildx-action@v3
5050
5151 - name : Log in to the Container registry
52- uses : docker/login-action@v1
52+ uses : docker/login-action@v3
5353 with :
5454 registry : ghcr.io
5555 username : ${{ github.actor }}
5656 password : ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Extract metadata (tags, labels) for Docker
5959 id : meta
60- uses : docker/metadata-action@v3
60+ uses : docker/metadata-action@v5
6161 with :
6262 images : |
6363 ghcr.io/${{ github.repository }}
6868 type=semver,pattern={{major}}.{{minor}}
6969
7070 - name : Build and push Docker images (supported platforms)
71- uses : docker/bake-action@v1.7.0
71+ uses : docker/bake-action@v5
7272 with :
7373 files : |
7474 .github/workflows/docker-bake.hcl
You can’t perform that action at this time.
0 commit comments