Skip to content

Commit 4b9fb57

Browse files
committed
Add in the manifest
1 parent 22a4f32 commit 4b9fb57

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
needs:
8585
- build
86-
if: github.ref_type == 'tag'
86+
# if: github.ref_type == 'tag'
8787

8888
steps:
8989
- name: Download digests
@@ -109,9 +109,11 @@ jobs:
109109
with:
110110
images: ghcr.io/${{ github.repository }}
111111
tags: |
112-
type=ref,event=tag
113-
type=raw,value=latest
114-
type=raw,value=noble
112+
type=ref,event=pr
113+
114+
# type=ref,event=tag
115+
# type=raw,value=latest
116+
# type=raw,value=noble
115117

116118
# image names must be all lower case, meta does this for us to make tags
117119
# but can't get the image name back out

0 commit comments

Comments
 (0)