Skip to content

Commit

Permalink
Fix deploy on release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Mar 28, 2023
1 parent 4ee7fd4 commit 9b08af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test protoc
run: make test
- name: Login to GitHub Container Registry
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'release'
uses: docker/login-action@v2
with:
registry: ghcr.io
Expand Down

0 comments on commit 9b08af6

Please sign in to comment.