Skip to content

Commit

Permalink
Update docker-builds.yml
Browse files Browse the repository at this point in the history
Add manual trigger option for action
  • Loading branch information
deronsmith authored Jul 29, 2024
1 parent 26ac387 commit 10b33ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Create and publish a Docker image
on:
push:
branches: ['dev-kube']
workflow_dispatch:


env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -39,4 +41,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 10b33ed

Please sign in to comment.