Skip to content

Commit

Permalink
Merge pull request #23 from sarg3nt:readd-auto-releaser-to-release
Browse files Browse the repository at this point in the history
Have release fetch tags and run on workflow_run
  • Loading branch information
sarg3nt authored Oct 30, 2024
2 parents 0c5af39 + 08d44be commit cea72fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
tags:
- '*'
workflow_run:
workflows: ["Periodic Build and Release"]
types:
- completed

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down Expand Up @@ -36,6 +41,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch all tags
run: git fetch --tags

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
Expand Down

0 comments on commit cea72fa

Please sign in to comment.