Skip to content

Commit

Permalink
fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 19, 2022
1 parent ab1251e commit d096cb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ name: Docker

on:
release:
types: [created]
types: [published]
env:
IMAGE_NAME: disgo-butler

jobs:
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d096cb0

Please sign in to comment.