Skip to content

Commit

Permalink
Fix output step name in docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Nov 15, 2021
1 parent 55acdf9 commit 52cbc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
# https://stackoverflow.com/questions/59810838/how-to-get-the-short-sha-for-the-github-workflow
- name: Set outputs
id: vars
id: commit
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Set branch name
id: branch
Expand Down

0 comments on commit 52cbc86

Please sign in to comment.