Skip to content

Commit

Permalink
Fixed using env.REGISTRY
Browse files Browse the repository at this point in the history
slaveeks committed Apr 21, 2022
1 parent 6df020e commit 06d823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: env.REGISTRY
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06d823d

Please sign in to comment.