Skip to content

Commit a12d85e

Browse files
committed
Missed a repository listing in the meta-data configuration
1 parent 3855767 commit a12d85e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
id: meta
4646
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # ratchet:docker/metadata-action@v5
4747
with:
48-
images: ghcr.io/${{ github.repository }}
48+
images: |
49+
ghcr.io/${{ github.repository }}
50+
docker.io/jonasbn/cheatset
4951
tags: |
5052
type=sha
5153
type=ref,event=branch

0 commit comments

Comments
 (0)