Skip to content

Commit

Permalink
fix pr build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jul 19, 2020
1 parent 187f37a commit a71cbdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

- name: build pr image
if: github.event_name == 'pull_request'
run: |
docker build -t umputun/secrets:master .
run: docker build -t umputun/secrets:master .

- name: build and push master image
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit a71cbdc

Please sign in to comment.