Skip to content

Commit

Permalink
Fix broken image push action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgelbg committed Jun 1, 2020
1 parent b9f9676 commit 8946301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
# needs: test
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
if: github.event_name == 'push'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8946301

Please sign in to comment.