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