generated from Templates/Baseline
setup basic action based ci #3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user