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.
2 parents 1c6273c + 082a0b5 commit 223fa79Copy full SHA for 223fa79
.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@v5.2.0
+ uses: docker/build-push-action@v5.3.0
101
with:
102
context: ${{ inputs.working_directory }}
103
file: ${{ inputs.working_directory }}/Dockerfile
0 commit comments