updated actions

This commit is contained in:
Mia Rose Winter 2024-03-27 10:00:20 +01:00
parent c75d4fd5af
commit 08db5a57e2
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Build, Tag, Push Docker Image
name: Docker Release
on:
push:

View file

@ -1,11 +1,15 @@
name: Create Release
name: GitHub Release
on:
push:
tags: [ v* ]
workflow_run:
workflows: ["Docker Release"]
types: [completed]
jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions: