Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Jun 3, 2020
1 parent 8c06594 commit 8c17708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: echo "${{ github.ref}}"
- name: INDOCKER_IMAGE
run: echo "${{ env.INDOCKER_IMAGE }}"
- name: github.head_ref
run: echo "${{ github.head_ref }}"
- name: nproc
run: nproc
- name: github.ref == 'refs/heads/master'
run: echo "${{ github.ref == 'refs/heads/master' }}"
- name: startsWith( github.ref, 'refs/tags/' )
Expand Down

0 comments on commit 8c17708

Please sign in to comment.