Skip to content

Commit

Permalink
Fix Docker login during release
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 9, 2025
1 parent 090e704 commit 01fa52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: ${{ secrets.OSC_ROBOT_DOCKERHUB_USER }}
password: ${{ secrets.OSC_ROBOT_DOCKERHUB_TOKEN }}
- name: Login to quay.io
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 01fa52a

Please sign in to comment.