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 48e299c commit dedd5a7Copy full SHA for dedd5a7
.github/workflows/docker.yml
@@ -27,7 +27,8 @@ jobs:
27
type=ref,event=branch,prefix=branch-
28
type=sha,prefix=commit-
29
type=ref,event=tag
30
- type=raw,value=latest,enable=false
+ flavor: |
31
+ latest=false
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v2
34
- name: Cache Docker layers
@@ -79,7 +80,8 @@ jobs:
79
80
81
82
83
84
85
86
87
0 commit comments