swarmproxy/.gitea/workflows/ci.yaml

41 lines
977 B
YAML
Raw Normal View History

2023-07-10 14:04:21 +02:00
name: ci
2023-07-10 13:35:44 +02:00
run-name: docker pipeline
on:
push:
#branches: none #[ main ]
2023-07-10 14:04:21 +02:00
tags-ignore:
2023-07-10 14:05:37 +02:00
- '*'
pull_request:
#branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
2023-07-10 13:35:44 +02:00
test-build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
#-
# name: Set up QEMU
# uses: actions/setup-qemu-action@v2
-
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.PASSWORD }}
password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: actions/build-push-action@v4
with:
push: false
2023-07-10 14:04:21 +02:00
tags: gitea.ocram85.com/ocram85/swarmproxy:next