Bump docker/build-push-action from 5.3.0 to 5.4.0 (#1766)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 15 Jun 2024 13:28:03 +0000 (23:28 +1000)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 13:28:03 +0000 (23:28 +1000)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/docker-pr.yml
.github/workflows/prod-deploy.yml

index de29ff35d2e2a2ddf1ba6683aadd06d1285f962c..aa5d1a2b9e028e45d04dce4e18a33c54ff4dc2f1 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v4.1.6
       - name: Build Docker image
-        uses: docker/build-push-action@v5.3.0
+        uses: docker/build-push-action@v5.4.0
         with:
           context: .
           push: false
index 76ccb7e9fb6e0902ee26c45b1e41bab9a7cbbf98..5afac9427a5cfb9ca3efd7bc7d932f9587d3a895 100644 (file)
@@ -90,7 +90,7 @@ jobs:
             ${{ secrets.DOCKER_USERNAME }}/cinny
             ghcr.io/${{ github.repository }}
       - name: Build and push Docker image
-        uses: docker/build-push-action@v5.3.0
+        uses: docker/build-push-action@v5.4.0
         with:
           context: .
           platforms: linux/amd64,linux/arm64