Skip to content

Commit dd6a607

Browse files
committed
Added noble tag as well as latest
1 parent f4b27fd commit dd6a607

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,7 @@ jobs:
5353
tags: |
5454
type=ref,event=tag
5555
type=raw,value=latest
56-
57-
- name: Create tags for publishing debug image
58-
id: debug-meta
59-
uses: docker/metadata-action@v5
60-
with:
61-
images: ghcr.io/${{ github.repository }}
62-
tags: |
63-
type=ref,event=tag,suffix=-debug
64-
type=raw,value=latest-debug
56+
type=raw,value=noble
6557
6658
- name: Push cached image to container registry
6759
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)