1 Commits

Author SHA1 Message Date
dependabot[bot] c7b59346d4 build(deps): Bump docker/build-push-action from 5.3.0 to 6.10.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-27 05:16:24 +00:00
+1 -1
View File
@@ -103,7 +103,7 @@ runs:
exit 1
fi
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.10.0
with:
context: ${{ inputs.docker_context }}
file: ${{ inputs.dockerfile_path }}