short sha attempt
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 4s

This commit is contained in:
2026-03-29 22:26:15 +02:00
parent 8d9473dea1
commit e67c16dbcd

View File

@@ -11,6 +11,10 @@ jobs:
steps: steps:
- name: checkout repo - name: checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: set short sha
run: echo "shortsha=${gitea.sha::12}" >> $GITEA_ENV
- name: check short sha
run: echo "${{env.shortsha}}"
- name: build image - name: build image
run: | run: |
docker buildx build --platform linux/amd64 \ docker buildx build --platform linux/amd64 \