simplify ci

This commit is contained in:
OCram85 2023-07-10 14:04:21 +02:00
parent 2013e22524
commit 80447c3901
3 changed files with 5 additions and 22 deletions

View File

@ -1,10 +1,12 @@
name: docker test build
name: ci
run-name: docker pipeline
on:
push:
#branches: none #[ main ]
tags-ignore:
- *
pull_request:
#branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
@ -35,4 +37,4 @@ jobs:
uses: actions/build-push-action@v4
with:
push: false
tags: gitea.ocram85.com/ocram85/swarmproxy:next2
tags: gitea.ocram85.com/ocram85/swarmproxy:next

View File

@ -1,4 +1,4 @@
name: ci
name: deployment
run-name: tag based container build and push

View File

@ -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