Skip to content

Commit d260157

Browse files
committed
Fix build.yml
Signed-off-by: Etienne Homer <[email protected]>
1 parent 8f3735f commit d260157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags/')
3535
uses: elgohr/Publish-Docker-Github-Action@33a481be3e179353cb7793a92b57cf9a6c985860 # v4
3636
with:
37-
name: gridsuite/gridstudy-app
37+
name: gridsuite/gridadmin-app
3838
username: gridsuiteci
3939
password: ${{ secrets.DOCKERHUB_TOKEN }}
4040
tags: ${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)