[ci] replace deprecated set-output with env file

This commit is contained in:
Andriy
2023-07-28 19:18:50 +03:00
parent bfe42afc3e
commit 04b793b942
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- -
name: Get short commit SHA name: Get short commit SHA
id: commit_sha id: commit_sha
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- -
name: Build and push name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4