Workflow fixed

НАХУЙ ЭТО ГОВНО!
This commit is contained in:
Shiroyasha 2024-09-29 22:43:33 +03:00
parent 0526cc9412
commit c0bf550eb8
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 4 additions and 24 deletions

View file

@ -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