Set registry explicitly
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Login to Github Packages
|
- name: Login to Github Packages
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.INPUT_REGISTRY }}
|
registry: git.gg
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.REGISTRY_CI_TOKEN }}
|
password: ${{ secrets.REGISTRY_CI_TOKEN }}
|
||||||
- name: Set tag environment variable
|
- name: Set tag environment variable
|
||||||
|
Reference in New Issue
Block a user