Update .gitea/workflows/build-and-publish.yaml
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 3s
Some checks failed
arche-build-and-publish / gractwo-arche-build-test (push) Failing after 3s
This commit is contained in:
@@ -14,7 +14,8 @@ jobs:
|
||||
- name: set short SHA
|
||||
run: echo "SHORT_SHA=${GITEA_SHA::7}" >> $GITEA_ENV
|
||||
- name: build image
|
||||
run: docker buildx build --platform linux/amd64 \
|
||||
run: |
|
||||
docker buildx build --platform linux/amd64 \
|
||||
-t git.gractwo.pl/gractwo/arche:latest \
|
||||
-t git.gractwo.pl/gractwo/arche:${{env.SHORT_SHA}} \
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user