We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfea20a commit 045ddacCopy full SHA for 045ddac
1 file changed
.github/workflows/build.yaml
@@ -125,3 +125,11 @@ jobs:
125
- name: Inspect image
126
run: |
127
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