Skip to content

Commit 32ba5bd

Browse files
authored
Merge pull request #318 from PerfectThymeTech/dependabot/github_actions/docker/build-push-action-6.12.0
Bump docker/build-push-action from 6.10.0 to 6.12.0
2 parents 3cb08df + 6a00387 commit 32ba5bd

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

0 commit comments

Comments
 (0)