We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fa59c commit d8601eaCopy full SHA for d8601ea
.github/workflows/build-latest.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Build and push
52
id: docker_build
53
- uses: docker/build-push-action@v6.4
+ uses: docker/build-push-action@v6.18.0
54
with:
55
builder: ${{ steps.buildx.outputs.name }}
56
context: ./
.github/workflows/build-nightly.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments