another fix, hopefully.
Some checks failed
/ publish-docker (push) Failing after 36s

This commit is contained in:
Laborratte 5 2025-11-15 15:24:12 +01:00
parent fa241f4c9b
commit e38a18fafd
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -16,7 +16,7 @@ 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: ISO_SEEDER_TAG=$(git rev-parse --short HEAD)-$(date --utc --iso-8601) run: ISO_SEEDER_TAG="$(git rev-parse --short HEAD)-$(date --utc --iso-8601)"
- run: echo $ISO_SEEDER_TAG - run: echo $ISO_SEEDER_TAG
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6