Skip to content

Commit 7640356

Browse files
committed
fix(ci): don't add tag in intermediate docker images
1 parent 368acdc commit 7640356

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ jobs:
3737
uses: docker/metadata-action@v5
3838
with:
3939
images: ${{ env.REGISTRY_IMAGE }}
40-
# generate Docker tags:
41-
# - type=raw,VERSION -> branch name
42-
# - type=ref,event=tag -> tag name
43-
# - type=sha,format=long,prefix= -> commit sha
44-
tags: |
45-
type=raw,${{ env.VERSION }}
46-
type=ref,event=tag
47-
type=sha,format=long,prefix=
4840

4941
- name: Set up QEMU
5042
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)