This commit is contained in:
parent
f3b507ebdb
commit
8814891ad2
@ -14,11 +14,11 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Gitea Container Registry
|
- name: Login to Gitea Container Registry
|
||||||
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: ${{github.repository_owner}}
|
||||||
password: ${{secrets.GITEA_TOKEN}}
|
password: ${{secrets.GITEA_TOKEN}}
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t minis-data-old .
|
run: docker build -t minis-data-old .
|
||||||
Loading…
Reference in New Issue
Block a user