refactor pipelines #10

Merged
csimonis merged 4 commits from refactor/pipelines into main 2024-12-19 13:06:24 +00:00
Showing only changes of commit cc88f345a2 - Show all commits

View File

@ -1,16 +1,16 @@
name: build name: build
on: on: push
pull_request: # pull_request:
types: # types:
- closed # - closed
branches: # branches:
- main # - main
jobs: jobs:
build: build:
runs-on: remote runs-on: remote
steps: steps:
- uses: actions/checkout@v4 - uses: git.simonis.lol/actions/checkout@v4
- uses: docker/login-action@v1 - uses: git.simonis.lol/actions/login@v1
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}