Skip to content

Commit 41b7f42

Browse files
Bump docker/build-push-action from 6.2.0 to 6.4.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.2.0...v6.4.1) --- 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>
1 parent 01ed85e commit 41b7f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Build and Push Docker Image with Buildx
9898
- name: Build and push Docker image
9999
id: build_push
100-
uses: docker/build-push-action@v6.2.0
100+
uses: docker/build-push-action@v6.4.1
101101
with:
102102
context: ${{ inputs.working_directory }}
103103
file: ${{ inputs.working_directory }}/Dockerfile

0 commit comments

Comments
 (0)