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