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 8f3735f commit d260157Copy full SHA for d260157
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
if: startsWith(github.ref, 'refs/tags/')
35
uses: elgohr/Publish-Docker-Github-Action@33a481be3e179353cb7793a92b57cf9a6c985860 # v4
36
with:
37
- name: gridsuite/gridstudy-app
+ name: gridsuite/gridadmin-app
38
username: gridsuiteci
39
password: ${{ secrets.DOCKERHUB_TOKEN }}
40
tags: ${{ steps.vars.outputs.tag }}
0 commit comments