Skip to content

Commit

Permalink
fix(actions): publish to ghcr execute on master push
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 5, 2024
1 parent d590bcf commit 4cc78a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish image to GHCR

on:
workflow_call:
release:
types: [published]
workflow_dispatch:
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 4cc78a7

Please sign in to comment.