mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
This commit is contained in:
parent
6883ca9ae3
commit
22bd476864
1 changed files with 1 additions and 2 deletions
|
|
@ -17,11 +17,10 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- id: create_version_string
|
- id: create_version_string
|
||||||
run: echo 'version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601)' >> $FORGEJO_OUTPUT
|
run: echo 'version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601)' >> $FORGEJO_OUTPUT
|
||||||
- run: echo ${{ steps.create_version_string.outputs.version_tag }}
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
#push: true
|
#push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.ratte.dev/laborratte5/linux-iso-seeder:latest
|
git.ratte.dev/laborratte5/linux-iso-seeder:latest
|
||||||
git.ratte.dev/laborratte5/linux-iso-seeder:$ISO_SEEDER_TAG
|
git.ratte.dev/laborratte5/linux-iso-seeder:${{ steps.create_version_string.outputs.version_tag }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue