deploy: new less-deterministic tag
This commit is contained in:
parent
bd5c77d43f
commit
bdda708972
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
docker build \
|
||||
-t ghcr.io/wonderfall/mastodon \
|
||||
-t ghcr.io/wonderfall/mastodon:$(grep -oP '(?<=MASTODON_VERSION=).*' Dockerfile | head -c8) \
|
||||
-t ghcr.io/wonderfall/mastodon:$(grep -oP '(?<=MASTODON_VERSION=).*' Dockerfile | head -c3) \
|
||||
.
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
|
@ -46,3 +47,4 @@ jobs:
|
|||
run: |
|
||||
docker push ghcr.io/wonderfall/mastodon
|
||||
docker push ghcr.io/wonderfall/mastodon:$(grep -oP '(?<=MASTODON_VERSION=).*' Dockerfile | head -c8)
|
||||
docker push ghcr.io/wonderfall/mastodon:$(grep -oP '(?<=MASTODON_VERSION=).*' Dockerfile | head -c3)
|
||||
|
|
Loading…
Reference in a new issue