pipeline #1
@ -14,7 +14,11 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Gitea Container Registry
|
||||
run: echo $CR_PAT | docker login git.walamana.de -u $GITEA_USERNAME --password-stdin
|
||||
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 .
|
||||
@ -1,10 +0,0 @@
|
||||
name: "Test"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
show:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: printenv
|
||||
Loading…
Reference in New Issue
Block a user