Skip to content

Commit

Permalink
gemi (docker): trigger deployment from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash98Sky committed Jan 13, 2024
1 parent 4a26d66 commit 31f0090
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ jobs:
push: true
tags: ghcr.io/akash98sky/gemi-bot:latest

- name: Invoke deployment hook
uses: distributhor/workflow-webhook@v3
with:
webhook_url: ${{ secrets.DEPLOY_WEBHOOK_URL }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 31f0090

Please sign in to comment.