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 2257d09 + b96df76 commit bf023c0Copy full SHA for bf023c0
.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.7.0
+ uses: docker/build-push-action@v6.8.0
101
with:
102
context: ${{ inputs.working_directory }}
103
file: ${{ inputs.working_directory }}/Dockerfile
0 commit comments