Skip to content

Commit

Permalink
Docker: allow to build the image without a GUI
Browse files Browse the repository at this point in the history
Allow building the image without accessing the GitHub GUI

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Apr 21, 2024
1 parent edbcaee commit 9f3a57d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ name: Docker
description: "Push the resulting image to Docker registry?"
required: true
type: boolean
default: true
default: false
push:
branches:
- "docker"

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

0 comments on commit 9f3a57d

Please sign in to comment.