Skip to content

Commit

Permalink
Deploy to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jun 23, 2024
1 parent f369046 commit ad8b399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-image-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Docker Image
on:
push:
branches: [dev]
branches: [main]
jobs:
build:

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

- name: Trigger dev webhook
uses: distributhor/workflow-webhook@v3
env:
webhook_url: ${{ secrets.DEV_WEBHOOK_URL }}
# - name: Trigger dev webhook
# uses: distributhor/workflow-webhook@v3
# env:
# webhook_url: ${{ secrets.DEV_WEBHOOK_URL }}
1 change: 1 addition & 0 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Docker Image
on:
workflow_dispatch: {}
push:
branches: [master]
jobs:
Expand Down

0 comments on commit ad8b399

Please sign in to comment.