mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
fix: forgejo docker/build-push-action tags configuration
Some checks failed
/ publish-docker (push) Failing after 49s
Some checks failed
/ publish-docker (push) Failing after 49s
This commit is contained in:
parent
0a08f1b165
commit
58f8c352a2
1 changed files with 3 additions and 3 deletions
|
|
@ -19,6 +19,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
#push: true
|
||||
tags:
|
||||
- git.ratte.dev/laborratte5/linux-iso-seeder:latest
|
||||
- git.ratte.dev/laborratte5/linux-iso-seeder:$(git rev-parse --short HEAD)-$(date --utc --iso-8601)
|
||||
tags: |
|
||||
git.ratte.dev/laborratte5/linux-iso-seeder:latest
|
||||
git.ratte.dev/laborratte5/linux-iso-seeder:$(git rev-parse --short HEAD)-$(date --utc --iso-8601)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue