Update token
This commit is contained in:
@@ -15,12 +15,9 @@ jobs:
|
||||
- name: Login to Github Packages
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.gg
|
||||
registry: ${{ env.INPUT_REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
password: ${{ secrets.REGISTRY_CI_TOKEN }}
|
||||
- name: Set tag environment variable
|
||||
id: set-tag
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user