Skip to content

Commit f7494c0

Browse files
authored
Merge pull request #239 from PerfectThymeTech/dependabot/github_actions/docker/build-push-action-6.7.0
Bump docker/build-push-action from 6.5.0 to 6.7.0
2 parents f51cfdf + 3eb5e90 commit f7494c0

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.5.0
100+
uses: docker/build-push-action@v6.7.0
101101
with:
102102
context: ${{ inputs.working_directory }}
103103
file: ${{ inputs.working_directory }}/Dockerfile

0 commit comments

Comments
 (0)