File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 uses : docker/setup-buildx-action@v2
5858
5959 - name : Build and push - testing
60- uses : docker/build-push-action@v3
60+ uses : docker/build-push-action@v6
6161 if : ${{ !steps.get-version.outputs.is-semver }}
6262 with :
6363 context : .
7272 ghcr.io/${{ github.repository }}:${{ github.ref_name }}
7373
7474 - name : Build and push - pre-release
75- uses : docker/build-push-action@v3
75+ uses : docker/build-push-action@v6
7676 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease != '' }}
7777 with :
7878 context : .
8787 ghcr.io/${{ github.repository }}:${{ steps.get-version.outputs.version-without-v }}
8888
8989 - name : Build and push - stable
90- uses : docker/build-push-action@v3
90+ uses : docker/build-push-action@v6
9191 if : ${{ steps.get-version.outputs.is-semver && steps.get-version.outputs.prerelease == '' }}
9292 with :
9393 context : .
You can’t perform that action at this time.
0 commit comments