Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #866 from derrabauke/ci-fix-ghcr-image-job
Browse files Browse the repository at this point in the history
ci(ghcr-image): fix image build trigger
  • Loading branch information
derrabauke authored Mar 3, 2023
2 parents 32c28b0 + a0ab000 commit cc34ff0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Release ghcr image

on:
push:
branches: master
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*"
release:
types: [created]

jobs:
container:
Expand Down

0 comments on commit cc34ff0

Please sign in to comment.