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 a44bb21 + c75e936 commit ca5dd62Copy full SHA for ca5dd62
.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.8.0
+ uses: docker/build-push-action@v6.9.0
101
with:
102
context: ${{ inputs.working_directory }}
103
file: ${{ inputs.working_directory }}/Dockerfile
0 commit comments