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:
parent
d54f2f8d35
commit
9589a6a5c9
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
||||
uses: docker/metadata-action@f2a13332ac1ce8c0a71aeac48a150dbb1838ab67
|
||||
with:
|
||||
images: |
|
||||
krateng/maloja
|
||||
ghcr.io/krateng/maloja
|
||||
${{ github.repository_owner }}/maloja
|
||||
ghcr.io/${{ github.repository_owner }}/maloja
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
|
Loading…
Reference in New Issue
Block a user