Skip to content

Commit

Permalink
workflow tweaks to update dockerhub description again x3
Browse files Browse the repository at this point in the history
  • Loading branch information
heavygee committed Oct 7, 2024
1 parent e78c403 commit 2b30897
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
git push origin --delete "v$version" || echo "Failed to delete remote tag"
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD2 }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Docker image
run: |
Expand All @@ -87,6 +87,6 @@ jobs:
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD2 }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: heavygee/hello-dalle-discordbot
readme-filepath: dockerhub_readme.md
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-dalle-discordbot",
"version": "1.10.3",
"version": "1.10.4",
"description": "Hello Dall-E will produce welcome images for your new users. Now with a wildcard that will 'prompt different' as you specify",
"main": "bot.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions version_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@
"1.10.3": {
"description": "workflow tweaks to update dockerhub description again x2",
"changelog_url": "https://github.com/heavygee/hello-dalle-discordbot/releases/tag/v1.10.3"
},
"1.10.4": {
"description": "workflow tweaks to update dockerhub description again x3",
"changelog_url": "https://github.com/heavygee/hello-dalle-discordbot/releases/tag/v1.10.4"
}
}

0 comments on commit 2b30897

Please sign in to comment.