generated from Templates/Baseline
simplify ci
This commit is contained in:
parent
2013e22524
commit
80447c3901
@ -1,10 +1,12 @@
|
|||||||
name: docker test build
|
name: ci
|
||||||
|
|
||||||
run-name: docker pipeline
|
run-name: docker pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#branches: none #[ main ]
|
#branches: none #[ main ]
|
||||||
|
tags-ignore:
|
||||||
|
- *
|
||||||
pull_request:
|
pull_request:
|
||||||
#branches: none # [ main ]
|
#branches: none # [ main ]
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
@ -35,4 +37,4 @@ jobs:
|
|||||||
uses: actions/build-push-action@v4
|
uses: actions/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: false
|
push: false
|
||||||
tags: gitea.ocram85.com/ocram85/swarmproxy:next2
|
tags: gitea.ocram85.com/ocram85/swarmproxy:next
|
@ -1,4 +1,4 @@
|
|||||||
name: ci
|
name: deployment
|
||||||
|
|
||||||
run-name: tag based container build and push
|
run-name: tag based container build and push
|
||||||
|
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
name: testing
|
|
||||||
|
|
||||||
run-name: Testing out Gitea Actions
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: none #[ main ]
|
|
||||||
#paths: .github/workflows/1-actions-ci-cd-aks.yml
|
|
||||||
pull_request:
|
|
||||||
branches: none # [ main ]
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-container:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
Loading…
Reference in New Issue
Block a user