We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579a99c commit 7e0ad64Copy full SHA for 7e0ad64
.github/workflows/docker.yml
@@ -50,7 +50,6 @@ jobs:
50
type=raw,value=latest,enable=${{ github.ref_name == 'release' }}
51
type=raw,value=edge,enable={{ is_default_branch }}
52
type=ref,event=branch
53
- type=sha
54
- name: Set up Docker Buildx
55
uses: docker/setup-buildx-action@v3
56
- name: Build and push Docker
@@ -98,7 +97,6 @@ jobs:
98
97
99
100
101
102
103
104
0 commit comments