Skip to content

Commit c17c16d

Browse files
committed
wip
1 parent 00728e3 commit c17c16d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/deploy-ALPHA.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ jobs:
218218
secrets: |
219219
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
220220
tags: |
221-
ghcr.io/${{ github.repository }}-custom-flavor-builder:alpha
222-
# ghcr.io/${{ github.repository }}-custom-flavor-builder:alpha-${{ github.sha }}
221+
ghcr.io/${{ github.repository }}-custom-flavor-builder
223222
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
224223

225224
- name: Export digest
@@ -270,10 +269,8 @@ jobs:
270269
with:
271270
images: ghcr.io/${{ github.repository }}-custom-flavor-builder
272271
tags: |
273-
type=ref,event=branch
274-
type=ref,event=pr
275-
type=semver,pattern={{version}}
276-
type=semver,pattern={{major}}.{{minor}}
272+
ghcr.io/${{ github.repository }}-custom-flavor-builder:alpha
273+
# ghcr.io/${{ github.repository }}-custom-flavor-builder:alpha-${{ github.sha }}
277274

278275
- name: Create manifest list and push
279276
working-directory: ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)