Update .gitea/workflows/build-and-publish.yaml
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 3s

This commit is contained in:
2026-03-29 15:40:41 +00:00
parent 4445c46ab6
commit e5b0b6f11f

View File

@@ -11,7 +11,6 @@ jobs:
steps: steps:
- name: checkout repo - name: checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: set short SHA
- name: build image - name: build image
run: | run: |
echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV