add tag only
This commit is contained in:
parent
b30989e596
commit
223a030cd4
@ -19,9 +19,9 @@ jobs:
|
||||
images: ${{ vars.CONTAINER_REGISTRY }}/${{ gitea.repository }}
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ksdfjsldkjfksldjf.io
|
||||
username: test
|
||||
password: test
|
||||
registry: ${{ vars.CONTAINER_REGISTRY }}
|
||||
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.password }}
|
||||
- name: Push tags
|
||||
shell: bash
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user