Skip to content

Commit

Permalink
Update docker registry login run command
Browse files Browse the repository at this point in the history
  • Loading branch information
zurnov committed Apr 17, 2024
1 parent 7dd134c commit 506141e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:

steps:
- name: Login to Docker Registry
run: echo ${{ secrets.PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
run: |
echo ${{ secrets.PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build Docker Image
run: |
Expand Down

0 comments on commit 506141e

Please sign in to comment.