Skip to content

Commit

Permalink
Merge pull request #9 from paritytech/as-fix4
Browse files Browse the repository at this point in the history
Final fix (I hope)
  • Loading branch information
alvicsam authored Feb 5, 2024
2 parents ac7468b + ccf7f60 commit efc19b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Prepare Docker environment
run: |
export IMAGE_TAG=$(if [ "$GITHUB_REF" == "refs/heads/master" ]; then echo "master-${GITHUB_SHA::7}"; else echo "$GITHUB_REF_NAME"; fi) >> $GITHUB_ENV
echo IMAGE_TAG=$(if [ "$GITHUB_REF" == "refs/heads/master" ]; then echo "master-${GITHUB_SHA::7}"; else echo "$GITHUB_REF_NAME"; fi) >> $GITHUB_ENV
echo $IMAGE_TAG
echo "Docker image will be published with the tag: ${{ env.IMAGE_TAG }}!"
Expand Down

0 comments on commit efc19b9

Please sign in to comment.