File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
2121 uses : actions/checkout@v6
2222
2323 - name : Set up Buildx
24- uses : docker/setup-buildx-action@v3
24+ uses : docker/setup-buildx-action@v4
2525
2626 - name : Log in to GHCR
2727 if : github.event_name != 'pull_request'
28- uses : docker/login-action@v3
28+ uses : docker/login-action@v4
2929 with :
3030 registry : ghcr.io
3131 username : ${{ github.actor }}
3232 password : ${{ github.token }}
3333
3434 - name : Docker metadata
3535 id : meta
36- uses : docker/metadata-action@v5
36+ uses : docker/metadata-action@v6
3737 with :
3838 images : ghcr.io/xcsoar/gettext-docker
3939 tags : |
4343 type=sha
4444
4545 - name : Build and push
46- uses : docker/build-push-action@v6
46+ uses : docker/build-push-action@v7
4747 with :
4848 context : .
4949 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments