mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Workflow fixed
НАХУЙ ЭТО ГОВНО!
This commit is contained in:
parent
0526cc9412
commit
c0bf550eb8
6 changed files with 4 additions and 24 deletions
2
.github/workflows/dev-release.yml
vendored
2
.github/workflows/dev-release.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Get short SHA
|
||||
id: short_sha
|
||||
run: echo "::set-output name=sha::$(echo ${GITHUB_SHA} | cut -c1-7)"
|
||||
run: echo "sha=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue