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:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: build image
|
- name: build image
|
||||||
run: |
|
run: |
|
||||||
export SHORT_SHA=${GITEA_SHA::7}
|
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