mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
remove debug output
This commit is contained in:
parent
3ff526bd92
commit
59fb07576f
1 changed files with 1 additions and 4 deletions
|
|
@ -16,10 +16,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- id: create_version_string
|
||||
run: |
|
||||
echo version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $FORGEJO_OUTPUT
|
||||
cat $FORGEJO_OUTPUT
|
||||
- run: echo ${{ steps.create_version_string.outputs.version_tag }}
|
||||
run: echo version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $FORGEJO_OUTPUT
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue