Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/cd-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ name: CD Build and publish multi arch Docker Image

on:
workflow_dispatch:
workflow_run:
workflows:
- CD Release and Publish
types:
- completed
branches:
- main
push:
tags:
- 'v*.*.*'

env:
# The name of the Docker image to be built and pushed to GHCR
Expand Down