Skip to content

Commit

Permalink
Update access token for flowfuse dockerhub (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jan 18, 2024
2 parents 83edd99 + 5f9df0a commit cfd25ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
repository: flowfuse/forge-k8s
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
username: flowfuse
password: ${{ secrets.DOCKER_HUB_PASSWORD_FLOWFUSE }}
readme-filepath: ./helm/flowforge-container/README.md

build_nodered_container:
Expand Down Expand Up @@ -106,8 +106,8 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
repository: flowfuse/node-red
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
username: flowfuse
password: ${{ secrets.DOCKER_HUB_PASSWORD_FLOWFUSE }}
readme-filepath: ./helm/node-red-container/README.md

build_nodered_container_223:
Expand Down Expand Up @@ -228,8 +228,8 @@ jobs:
uses: peter-evans/dockerhub-description@v3
with:
repository: flowfuse/file-server
username: flowforge
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
username: flowfuse
password: ${{ secrets.DOCKER_HUB_PASSWORD_FLOWFUSE }}
readme-filepath: ./helm/file-server/README.md

publish_helm:
Expand Down

0 comments on commit cfd25ce

Please sign in to comment.