Skip to content

Commit

Permalink
Trigger docker build only on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole authored and qstokkink committed Sep 2, 2024
1 parent 0222f62 commit 56d6cd7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Publish Docker Image

on:
workflow_dispatch:
push:
branches:
- 'main'
- 'docker'
tags:
- 'v*'

on: workflow_dispatch
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 56d6cd7

Please sign in to comment.