Skip to content

Commit

Permalink
PLATFORM-3227 fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Nov 23, 2023
1 parent f57ad0c commit d9a2d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push to Docker Hub
Expand Down

0 comments on commit d9a2d4f

Please sign in to comment.