Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
change user to DockerHub
  • Loading branch information
vsc55 authored Aug 15, 2024
1 parent 8ab9424 commit 092a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GHCR
Expand Down

0 comments on commit 092a12c

Please sign in to comment.