ci: update env var
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 21s
Some checks failed
Build and Publish Docker Image / docker (push) Failing after 21s
This commit is contained in:
parent
d2f7fed245
commit
4821e5eee8
1 changed files with 3 additions and 3 deletions
|
|
@ -18,14 +18,14 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.lamy-charrier.fr
|
registry: git.lamy-charrier.fr
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.GITEA_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: git.lamy-charrier.fr/${{ github.repository }}
|
images: git.lamy-charrier.fr/packages/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue