short sha attempt
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:
@@ -11,6 +11,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: set short sha
|
||||||
|
run: echo "shortsha=${gitea.sha::12}" >> $GITEA_ENV
|
||||||
|
- name: check short sha
|
||||||
|
run: echo "${{env.shortsha}}"
|
||||||
- name: build image
|
- name: build image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --platform linux/amd64 \
|
docker buildx build --platform linux/amd64 \
|
||||||
|
|||||||
Reference in New Issue
Block a user