Skip to content

Commit

Permalink
add username
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 2, 2023
1 parent afd392e commit c5d0de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:dev

- name: Log in to GitHub Container Registry
run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u username --password-stdin
run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u r4ulcl --password-stdin

- name: Push Docker Image to GHCR
run: docker push ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:dev
Expand Down

0 comments on commit c5d0de3

Please sign in to comment.