fix(ci): wrong registry username reference
This commit is contained in:
2
.github/workflows/build-devcontainer.yml
vendored
2
.github/workflows/build-devcontainer.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.REGISTRY_USERNAME }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Extract metadata
|
||||
|
||||
Reference in New Issue
Block a user