Update .gitea/workflows/build-and-publish.yaml
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 4s
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 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: |
|
||||||
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