Update docker/build-push-action action to v5.4.0

This commit is contained in:
Renovate Bot 2026-06-27 20:25:01 +00:00
parent 21cbb440c6
commit 9333d997e1

View file

@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push the Docker image (versioned tag)
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
push: true
@ -36,7 +36,7 @@ jobs:
- name: Build and push the Docker image (latest tag)
if: ${{ github.ref_name == 'main' }}
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
push: true