mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
hopefully the last fix. I think I found the error now.
Some checks failed
/ publish-docker (push) Failing after 39s
Some checks failed
/ publish-docker (push) Failing after 39s
This commit is contained in:
parent
78b4e4b52c
commit
6883ca9ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- 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
|
- 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 }}
|
- run: echo ${{ steps.create_version_string.outputs.version_tag }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue