Skip to content

Commit

Permalink
fix(workflow): fix mysql credentials (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien authored May 19, 2022
1 parent d7963c3 commit 5b248e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ jobs:
if: ${{ needs.setup.outputs.publish == 'true' }}
uses: docker/login-action@v1
with:
username: ${{ secrets.ACRYL_DOCKER_USERNAME }}
password: ${{ secrets.ACRYL_DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Load MySQL Runner Platform image
if: ${{ needs.setup.outputs.publish != 'true' }}
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 5b248e9

Please sign in to comment.