Skip to content

Commit a94ad81

Browse files
authored
Merge pull request #211 from PerfectThymeTech/dependabot/github_actions/docker/build-push-action-6.2.0
Bump docker/build-push-action from 5.4.0 to 6.2.0
2 parents cc4ce41 + dc5c348 commit a94ad81

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

0 commit comments

Comments
 (0)