librarynotices/.gitea/workflows/check-build.yml

28 lines
582 B
YAML
Raw Normal View History

2024-11-25 12:56:00 -06:00
Name: Commit Checks
run-name: ${{ gitea.actor }}
on:
push:
branches:
- "**"
2024-11-25 13:18:48 -06:00
- "!main"
2024-11-25 12:56:00 -06:00
jobs:
Plan:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
#
- name: List Contents
id: ls
run: ls -al
- name: Deploy
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/librarynotices:latest .