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
d4b45689f2
commit
5648548fe0
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ 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: export ISO_SEEDER_TAG="$(git rev-parse --short HEAD)-$(date --utc --iso-8601)"
|
run: $(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $FORGEJO_OUTPUTS
|
||||||
- run: echo $ISO_SEEDER_TAG
|
- run: echo ${{ steps.create-version-string.outputs }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue