build test
All checks were successful
/ Plan (push) Successful in 11s

This commit is contained in:
Dan Hamik 2024-11-25 09:14:39 -06:00
parent 8ff72e98fd
commit 130cc62795

View File

@ -1,26 +1,28 @@
Name: Container Build Check
Name: Terraform Processing
run-name: ${{ gitea.actor }}
on:
push:
branches:
- "**"
#- "!master"
- "!master"
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: Login to repo
id: login
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/visubnet:latest .
- name: Deploy
run: |
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
docker build -t git.hamik.net/paradizelost/visubnet:latest .