Skip to content

Commit d4488ab

Browse files
committed
fix: registry env variable
1 parent 0ae6d1c commit d4488ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-images-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Log in to the Container registry
6868
uses: docker/login-action@v3.0.0
6969
with:
70-
registry: ${{ env.REGISTRY }}
70+
registry: ${{ env.REGISTRY_NAME }}
7171
username: ${{ github.actor }}
7272
password: ${{ secrets.GITHUB_TOKEN }}
7373

0 commit comments

Comments
 (0)