pipeline #1

Merged
walamana merged 10 commits from pipeline into master 2024-08-07 18:19:31 +02:00
2 changed files with 5 additions and 11 deletions
Showing only changes of commit f3b507ebdb - Show all commits

View File

@ -14,7 +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
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 - name: Build Docker image
run: docker build -t minis-data-old . run: docker build -t minis-data-old .

View File

@ -1,10 +0,0 @@
name: "Test"
on:
push:
jobs:
show:
runs-on: ubuntu-latest
steps:
- run: printenv