Unverified Commit 6c97e488 authored by Nuwan Goonasekera's avatar Nuwan Goonasekera Committed by GitHub
Browse files

Merge pull request #12925 from nuwang/fix_docker_image_build_output_name

Fix output step name in docker image build
parents 55acdf9b 52cbc861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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