Upgrade actions/docker-build-push to v6
All checks were successful
🛠️ Build / build (push) Successful in 1m40s
🧪 Test / test (push) Successful in 8m30s
🚀 Publish / publish (push) Successful in 5m38s

This commit is contained in:
James Mills 2025-09-27 11:11:31 +10:00
parent be3ce18e66
commit 885b77edec
Signed by: prologic
GPG Key ID: AC4C014F1440EBD6

View File

@ -37,7 +37,7 @@ jobs:
echo "BUILD=$(git show -s --pretty=format:%cI)"
} >> "$GITHUB_OUTPUT"
- name: Build Image
uses: actions/docker-build-push@v4
uses: actions/docker-build-push@v6
with:
context: .
load: true
@ -51,7 +51,7 @@ jobs:
docker run --rm ${{ env.REGISTRY}}/${{ env.IMAGE }}:${{ env.TAG }} zs --version
- name: Publish Image
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
uses: actions/docker-build-push@v4
uses: actions/docker-build-push@v6
with:
context: .
push: true