Skip to content

Commit

Permalink
maint: rearrange and simplify a GitHub Action yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Apr 23, 2024
1 parent a78ac54 commit e707ae5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
name: Docker

"on":
push:
branches: [docker]
workflow_dispatch:
inputs:
type:
Expand All @@ -43,9 +45,6 @@ name: Docker
required: true
type: boolean
default: false
push:
branches:
- "docker"

env:
REPO: ghcr.io/${{ github.repository_owner }}/john
Expand Down

0 comments on commit e707ae5

Please sign in to comment.