Skip to content

Commit

Permalink
fix workflow to detect release
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Nov 17, 2021
1 parent 840e6e7 commit c0d6aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Package docker image
runs-on: ubuntu-18.04
needs: checks
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'release' && github.event.action == 'published'
steps:
#- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/publish.yml

This file was deleted.

0 comments on commit c0d6aa5

Please sign in to comment.