test
Some checks failed
build / build (push) Failing after 0s

This commit is contained in:
2024-12-19 13:55:12 +01:00
parent 0e53f0a199
commit cc88f345a2

View File

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