short sha attempt
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 9s

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

View File

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