actions test
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -26,5 +26,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true # Will only build if this is not here
|
push: true # Will only build if this is not here
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/${{ github.repository }}:${{ github.ref }}
|
ghcr.io/${{ github.repository }}:$(date +%s)
|
||||||
ghcr.io/${{ github.repository }}:latest
|
ghcr.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user