Skip to content

Commit

Permalink
Fixed: The command is deprecated and will be disabled soon. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jammsen committed Jan 25, 2024
1 parent 38b43d1 commit 2fb7fc9
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 "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"
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 2fb7fc9

Please sign in to comment.