Use newer build push action.
All checks were successful
Build nginx fpm 8.2 image / Build-and-release-image (push) Successful in 1m12s

This commit is contained in:
2025-04-29 07:58:57 +00:00
parent 460d34325b
commit 561841fba8

View File

@@ -49,7 +49,7 @@ jobs:
images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }} images: ${{ secrets.REGISTRY_URL }}${{ env.IMAGE }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6
env: env:
ACTIONS_RUNTIME_TOKEN: '' ACTIONS_RUNTIME_TOKEN: ''
with: with: