We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60849ad commit 6392147Copy full SHA for 6392147
.github/workflows/_containerTemplate.yml
@@ -97,7 +97,7 @@ jobs:
97
# Build and Push Docker Image with Buildx
98
- name: Build and push Docker image
99
id: build_push
100
- uses: docker/build-push-action@v6.12.0
+ uses: docker/build-push-action@v6.13.0
101
with:
102
context: ${{ inputs.working_directory }}
103
file: ${{ inputs.working_directory }}/Dockerfile
0 commit comments