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 bfc814b commit a501a02Copy full SHA for a501a02
.github/workflows/container-build.yml
@@ -34,7 +34,7 @@ jobs:
34
type=ref,event=branch
35
type=sha,prefix=,format=short
36
- name: Build and push container image
37
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
38
with:
39
context: .
40
file: Dockerfile.ci
0 commit comments