short sha attempt
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 13s
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 13s
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
||||
steps:
|
||||
- name: checkout repo
|
||||
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
|
||||
run: |
|
||||
docker buildx build --platform linux/amd64 \
|
||||
|
||||
Reference in New Issue
Block a user