Skip to content

Commit f55d5b3

Browse files
committed
also push to GitHub container registry
1 parent 6b5c0cf commit f55d5b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
id: meta
4747
uses: docker/metadata-action@v5
4848
with:
49-
images: ${{ github.repository }}
49+
images: |
50+
docker.io/${{ github.repository }}
51+
ghcr.io/${{ github.repository }}
5052
flavor: |
5153
latest=false
5254
tags: |

0 commit comments

Comments
 (0)