This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
name: Build,
|
||||
run-name: ${{ gitea.actor }} is building, testing and deploying the static page
|
||||
on: [push]
|
||||
name: Build image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: 'https://git.secretmine.de/'
|
||||
- name: Login to Registry
|
||||
|
||||
Reference in New Issue
Block a user