mirror of
https://github.com/GeopJr/BLAHAJ.git
synced 2025-01-22 16:46:56 +01:00
feat(ci): add lates=auto to docker
This commit is contained in:
parent
3ae101dea3
commit
5d8d62249a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
|
flavor: |
|
||||||
|
latest=auto
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository_owner }}/blahaj
|
ghcr.io/${{ github.repository_owner }}/blahaj
|
||||||
tags: |
|
tags: |
|
||||||
|
|
Loading…
Reference in a new issue