Skip to content

Commit

Permalink
Update deploy_docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope authored Oct 30, 2024
1 parent defd333 commit 4784710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Create and publish a Docker image

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
repository_dispatch:
push:
branches: ['main']

Expand Down Expand Up @@ -45,4 +46,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4784710

Please sign in to comment.