Update .gitea/workflows/build-and-publish.yaml

This commit is contained in:
2026-03-29 15:39:41 +00:00
parent e72607dc5b
commit 306beb7f15

View File

@@ -12,8 +12,8 @@ jobs:
- name: checkout repo
uses: actions/checkout@v4
- name: set short SHA
run: echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV
- name: build image
run: echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV
run: |
docker buildx build --platform linux/amd64 \
-t git.gractwo.pl/gractwo/arche:latest \