another fix... again
Some checks failed
/ publish-docker (push) Failing after 38s

This commit is contained in:
Laborratte 5 2025-11-15 15:52:16 +01:00
parent e44a33ff52
commit 78b4e4b52c
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -15,9 +15,9 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- 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: echo 'version-tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601)' >> $FORGEJO_OUTPUT run: echo 'version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601)' >> $FORGEJO_OUTPUT
- run: echo ${{ steps.create-version-string.outputs.version-tag }} - run: echo ${{ steps.create_version_string.outputs.version_tag }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: