Skip to content

Commit

Permalink
feat: rename docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 19, 2024
1 parent bb12b40 commit f1ba981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: jsdelivr/dashboard/dashboard-staging
name: jsdelivr/dashboard/globalping-dash-directus
username: jsdelivr
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: jsdelivr/dashboard/dashboard
name: jsdelivr/dashboard/globalping-dash-directus
username: jsdelivr
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
Expand Down

0 comments on commit f1ba981

Please sign in to comment.