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
e44a33ff52
commit
78b4e4b52c
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: create-version-string
|
||||
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: create_version_string
|
||||
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
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue