Skip to content

Commit 045ddac

Browse files
authored
Update build.yaml
1 parent bfea20a commit 045ddac

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,11 @@ jobs:
125125
- name: Inspect image
126126
run: |
127127
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ needs.build.outputs.tag }}
128+
129+
- name: Post version update to dash
130+
uses: peter-evans/repository-dispatch@v3.0.0
131+
with:
132+
token: ${{ secrets.BUILD_TOKEN }}
133+
repository: jimboid/biosim-workshop-dash
134+
event-type: build
135+
client-payload: '{"repo": "${{ github.repository }}", "tag": "${{ needs.build.outputs.tag }}"}'

0 commit comments

Comments
 (0)