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