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.
1 parent c033e34 commit c709977Copy full SHA for c709977
.github/workflows/build.yml
@@ -20,16 +20,16 @@ jobs:
20
npm run-script test
21
22
- name: Build and publish Docker image
23
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
24
uses: elgohr/Publish-Docker-Github-Action@master
25
with:
26
name: gridsuite/griddyna-app
27
username: gridsuiteci
28
password: ${{ secrets.DOCKERHUB_TOKEN }}
29
30
- name: Broadcast update event
31
32
- uses: gridsuite/broadcast-event@master
+ uses: gridsuite/broadcast-event@main
33
34
token: ${{ secrets.REPO_ACCESS_TOKEN }}
35
event-type: griddyna_app_updated
0 commit comments