Skip to content

Commit

Permalink
Fix pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egonbraun committed Jun 12, 2024
1 parent ed2439b commit 8ad2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Login to GitHub Registry
uses: docker/login-action@v3
with:
registry: ${{ PROJECT_DOCKER_HOST }}
registry: ${{ vars.PROJECT_DOCKER_HOST }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8ad2424

Please sign in to comment.