1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

use repository owner variable instead of hardcoding it

This commit is contained in:
Jiri Travnicek 2022-04-23 20:39:42 +02:00
parent d54f2f8d35
commit 9589a6a5c9
No known key found for this signature in database
GPG Key ID: 49E86381006239BE

View File

@ -33,8 +33,8 @@ jobs:
uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67 uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67
with: with:
images: | images: |
krateng/maloja ${{ github.repository_owner }}/maloja
ghcr.io/krateng/maloja ghcr.io/${{ github.repository_owner }}/maloja
# generate Docker tags based on the following events/attributes # generate Docker tags based on the following events/attributes
tags: | tags: |
type=semver,pattern={{version}} type=semver,pattern={{version}}