Compare commits

..

1 Commits

Author SHA1 Message Date
Fijxu 91a792d169
Add actions support for 4get docker image builds 2024-11-26 20:11:02 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: git.lolcat.ca/ckg/4get
images: git.lolcat.ca/lolcat/4get
tags: |
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}