setup basic action based ci #3

Merged
OCram85 merged 9 commits from actions into main 2023-07-10 11:51:45 +02:00
Showing only changes of commit cb563d3b06 - Show all commits

View File

@ -4,10 +4,9 @@ run-name: ${{ gitea.actor }} testing docker builder
on:
push:
branches: none #[ main ]
#paths: .github/workflows/1-actions-ci-cd-aks.yml
#branches: none #[ main ]
pull_request:
branches: none # [ main ]
#branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,8 +25,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: gitea.ocram85.com
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v4