Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tryon-dev authored May 18, 2024
1 parent 01479ec commit 3a4fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: paxo-site
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push
Expand Down

0 comments on commit 3a4fb67

Please sign in to comment.