pipeline #1
@ -14,11 +14,11 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.walamana.de
|
||||
username: ${{github.repository_owner}}
|
||||
password: ${{secrets.GITEA_TOKEN}}
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.walamana.de
|
||||
username: ${{github.repository_owner}}
|
||||
password: ${{secrets.GITEA_TOKEN}}
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t minis-data-old .
|
||||
Loading…
Reference in New Issue
Block a user