Skip to content

Commit

Permalink
Merge pull request #71 from SAP-samples/updating-set-output
Browse files Browse the repository at this point in the history
Update docker-build-and-push.yml
  • Loading branch information
matthieupelatan committed Dec 13, 2023
2 parents be6658f + 12ac539 commit d16533f
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 @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Get commit id
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
run: echo "name=sha_short::$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit d16533f

Please sign in to comment.