Skip to content

Commit

Permalink
renamed branch action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 9, 2023
1 parent 89e0c0c commit f6d13ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/tiledesk-dashboard
repository: tiledesk/designStudio
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/tiledesk-dashboard
repository: tiledesk/designStudio
tag_with_ref: true

0 comments on commit f6d13ac

Please sign in to comment.