Skip to content

Commit

Permalink
Update build-p2-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic authored Aug 14, 2024
1 parent 455d285 commit 7a4c9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-p2-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ REGISTRY }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit 7a4c9fb

Please sign in to comment.