add gitea release action
All checks were successful
ci / docker (pull_request) Successful in 13s

This commit is contained in:
OCram85 2023-07-12 11:08:04 +02:00
parent e1bec95c9d
commit 09dd1d9a25
2 changed files with 22 additions and 29 deletions

View File

@ -0,0 +1,22 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Go Action
id: use-go-action
uses: actions/release-action@main
with:
#files: -|
api_key: '${{ secrets.TOKEN }}'
#title:
#body:

View File

@ -1,29 +0,0 @@
name: test
run-name: docker pipeline
on: [ 'push' ]
jobs:
docker:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
-
name: Set up Docker Buildx
uses: actions/setup-buildx-action@v2
#-
# name: Login to Gitea Package Registry
# uses: actions/login-action@v2
# with:
# registry: gitea.ocram85.com
# username: ${{ secrets.USERNAME }}
# password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: actions/build-push-action@v4
with:
push: false
#tags: gitea.ocram85.com/ocram85/swarmproxy:next
tags: ocram85/swarmproxy:test