We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 833d7db + ed2f4fa commit a095a4eCopy full SHA for a095a4e
1 file changed
.github/workflows/build.yaml
@@ -174,3 +174,11 @@ jobs:
174
--tag ghcr.io/${{ github.repository }}:latest \
175
--tag ghcr.io/${{ github.repository }}:${{ needs.build.outputs.tag }} \
176
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