Skip to content

Commit

Permalink
changed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 10, 2023
1 parent 3d18f48 commit 8a3d047
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tiledesk/designStudio
repository: tiledesk/design_studio
tags: latest
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: tiledesk/designStudio
repository: tiledesk/design_studio
tag_with_ref: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</div>



<!-- QUESTION -->
<!-- <div class="cds-element" (click)="onAddNewElement()" (mouseleave)="onCloseMenu()"
(mouseover)="onOpenMenu(div4, TYPE_OF_MENU.QUESTION)" #div4>
Expand Down

0 comments on commit 8a3d047

Please sign in to comment.