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 @@ -25,30 +25,30 @@ jobs:
2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929
3030 - name : Set up QEMU
31- uses : docker/setup-qemu-action@v2
31+ uses : docker/setup-qemu-action@v3
3232
3333 - name : Set up Docker Buildx
34- uses : docker/setup-buildx-action@v2
34+ uses : docker/setup-buildx-action@v3
3535
3636 - name : Docker Meta
3737 id : meta
38- uses : docker/metadata-action@v4
38+ uses : docker/metadata-action@v5
3939 with :
4040 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
4242 - name : Login to GHCR
4343 if : github.event_name != 'pull_request'
44- uses : docker/login-action@v2
44+ uses : docker/login-action@v3
4545 with :
4646 registry : ghcr.io
4747 username : ${{ github.actor }}
4848 password : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Docker Build and Push
51- uses : docker/build-push-action@v3
51+ uses : docker/build-push-action@v6
5252 with :
5353 context : .
5454 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments