Skip to content

Commit

Permalink
ci: on master push pipeline (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgluskin-starkware authored Sep 18, 2022
1 parent ed02461 commit e06842d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gcr_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
if: ${{ inputs.branch_name == 'refs/heads/master' || (startsWith(inputs.branch_name, 'refs/tags') && contains(inputs.branch_name, 'patch')) }}
run: |
docker build . -t ${{ inputs.image_name }}:stable -f ${{ inputs.dockerfile }}
docker tag ${{ inputs.image_name }}:stable ${{ inputs.image_name }}:${{ github.ref_name }}:stable
docker push ${{ inputs.image_name }}:${{ github.ref_name }}:stable
docker tag ${{ inputs.image_name }}:stable ${{ inputs.image_name }}:${{ github.ref_name }}
docker push ${{ inputs.image_name }}:${{ github.ref_name }}
docker push ${{ inputs.image_name }}:stable

0 comments on commit e06842d

Please sign in to comment.