Compare commits
No commits in common. "0960fe5bf6d03b7fc6a6c0b37421231e47703331" and "9a33b82b420f50ce024947143d3defdc73f82d4d" have entirely different histories.
0960fe5bf6
...
9a33b82b42
@ -1,4 +1,4 @@
|
|||||||
Name: Terraform Processing
|
Name: Container Build Check
|
||||||
run-name: ${{ gitea.actor }}
|
run-name: ${{ gitea.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -9,20 +9,19 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
Plan:
|
Plan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
#
|
|
||||||
- name: List Contents
|
- name: List Contents
|
||||||
id: ls
|
id: ls
|
||||||
run: ls -al
|
run: ls -al
|
||||||
|
|
||||||
|
- name: Login to repo
|
||||||
- name: Deploy
|
id: login
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||||
docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
@ -17,8 +17,14 @@ jobs:
|
|||||||
id: ls
|
id: ls
|
||||||
run: ls -al
|
run: ls -al
|
||||||
|
|
||||||
- name: Deploy
|
- name: Login to repo
|
||||||
run: |
|
id: login
|
||||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
run: echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||||
docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
|
||||||
docker push git.hamik.net/paradizelost/visubnet
|
- name: Build
|
||||||
|
id: Build Verify
|
||||||
|
run: docker build -t git.hamik.net/paradizelost/visubnet:latest .
|
||||||
|
|
||||||
|
- name: Push to Repository
|
||||||
|
id: push
|
||||||
|
run: docker push git.hamik.net/paradizelost/visubnet
|
Loading…
x
Reference in New Issue
Block a user