Skip to content

Commit

Permalink
switch dockerhub release user
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri committed Apr 15, 2024
1 parent 4a1b776 commit fdcdf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- uses: docker/login-action@v3
with:
# implicitly docker hub
username: roti4wmde # TODO: get a bot user
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: wmdetravisbot
password: ${{ secrets.WBS_PUBLISH_TOKEN }}

- name: Push release to dockerhub
run: |
Expand Down

0 comments on commit fdcdf56

Please sign in to comment.