File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,23 +67,23 @@ jobs:
6767 uses : actions/checkout@v6
6868
6969 - name : Set up QEMU
70- uses : docker/setup-qemu-action@v3
70+ uses : docker/setup-qemu-action@v4
7171 with :
7272 platforms : linux/amd64,linux/arm64
7373
7474 - name : Set up Docker Buildx
75- uses : docker/setup-buildx-action@v3
75+ uses : docker/setup-buildx-action@v4
7676
7777 - name : Log in to Container Registry
78- uses : docker/login-action@v3
78+ uses : docker/login-action@v4
7979 with :
8080 registry : ghcr.io
8181 username : ${{ github.actor }}
8282 password : ${{ secrets.GITHUB_TOKEN }}
8383
8484 - name : Extract metadata
8585 id : meta
86- uses : docker/metadata-action@v5
86+ uses : docker/metadata-action@v6
8787 with :
8888 images : ghcr.io/moolen/spectre
8989 tags : |
9494 type=sha,prefix={{branch}}-
9595
9696 - name : Build and push Docker image
97- uses : docker/build-push-action@v5
97+ uses : docker/build-push-action@v7
9898 with :
9999 context : .
100100 push : true
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Clean up GitHub Actions warnings without changing the release flow semantics.
1010- Replace ` actions/upload-pages-artifact ` with explicit tar/gzip packaging plus a direct ` actions/upload-artifact ` upload for Pages deployment.
1111- Replace ` azure/setup-helm ` with explicit Helm binary installation in CI jobs.
1212- Bump first-party GitHub actions to current major versions that support the Node 24 transition.
13+ - Bump the Docker-maintained GitHub actions in the release workflow to their current major versions.
1314
1415## Scope
1516
You can’t perform that action at this time.
0 commit comments