fix: ISO_SEEDER_TAG definition
Some checks failed
/ publish-docker (push) Failing after 44s

This commit is contained in:
Laborratte 5 2025-11-15 15:20:17 +01:00
parent 7c11ee96bc
commit 8c0e63d714
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: create-version-string
run: echo $(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $ISO_SEEDER_TAG
run: $ISO_SEEDER_TAG=$(git rev-parse --short HEAD)-$(date --utc --iso-8601)
- run: echo $ISO_SEEDER_TAG
- name: Build and push
uses: docker/build-push-action@v6