Skip to content

Commit

Permalink
Fixed: The command is deprecated and will be disabled soon. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jammsen committed Jan 25, 2024
1 parent 2fb7fc9 commit 4067489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-
name: Get short SHA
id: slug
run: echo "name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT
run: echo "name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)" >> "$GITHUB_OUTPUT"
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4067489

Please sign in to comment.