mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
Write version string to different env-var
Some checks failed
/ publish-docker (push) Failing after 39s
Some checks failed
/ publish-docker (push) Failing after 39s
This commit is contained in:
parent
8db9f9431b
commit
7c11ee96bc
1 changed files with 3 additions and 3 deletions
|
|
@ -16,12 +16,12 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: create-version-string
|
- name: create-version-string
|
||||||
run: echo $(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $FORGEJO_OUTPUT
|
run: echo $(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $ISO_SEEDER_TAG
|
||||||
- run: echo ${{ steps.create-version-string.outputs.value }}
|
- run: echo $ISO_SEEDER_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:${{ steps.create-version-string.outputs.value }}
|
git.ratte.dev/laborratte5/linux-iso-seeder:$ISO_SEEDER_TAG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue