This commit is contained in:
parent
3269254b48
commit
4a2687970b
@ -17,8 +17,8 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.walamana.de
|
registry: git.walamana.de
|
||||||
username: ${{github.repository_owner}}
|
username: ${{env.actions_user}}
|
||||||
password: ${{secrets.GITEA_TOKEN}}
|
password: ${{secrets.PACKAGES_TOKEN}}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t git.walamana.de/walamana/minis-data-old:latest .
|
run: docker build -t git.walamana.de/walamana/minis-data-old:latest .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user