Skip to content

Commit a095a4e

Browse files
authored
Merge pull request #42 from jimboid/jimboid-patch-1
Update build.yaml
2 parents 833d7db + ed2f4fa commit a095a4e

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
@@ -174,3 +174,11 @@ jobs:
174174
--tag ghcr.io/${{ github.repository }}:latest \
175175
--tag ghcr.io/${{ github.repository }}:${{ needs.build.outputs.tag }} \
176176
ghcr.io/${{ github.repository }}:dev
177+
178+
- name: Post version update to dash
179+
uses: peter-evans/repository-dispatch@v3.0.0
180+
with:
181+
token: ${{ secrets.BUILD_TOKEN }}
182+
repository: jimboid/biosim-workshop-dash
183+
event-type: build
184+
client-payload: '{"repo": "${{ github.repository }}", "tag": "${{ needs.build.outputs.tag }}"}'

0 commit comments

Comments
 (0)