We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ad91a commit 5ea7ff0Copy full SHA for 5ea7ff0
.github/actions/docker-build/action.yml
@@ -67,6 +67,7 @@ runs:
67
driver: docker-container
68
# Enable BuildKit for enhanced metadata
69
buildkitd-flags: --debug
70
+ version: v0.14.1
71
- name: Cleanup
72
if: always()
73
shell: bash
.github/workflows/container-validation-backends.yml
@@ -69,6 +69,8 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
+ with:
74
- name: Docker Login
75
uses: ./.github/actions/docker-login
76
with:
0 commit comments