tweaks
All checks were successful
avraham dev build / Build-Docker-Image (push) Successful in 50s

This commit is contained in:
2025-04-29 17:57:14 -04:00
parent 0662f58fed
commit bc5309b9af
23 changed files with 241 additions and 189 deletions

View File

@@ -0,0 +1,20 @@
name: avraham dev build
run-name: building dev.clarkeis.com/avrahamsociety/
on: [push]
jobs:
Build-Docker-Image:
runs-on: ubuntu-latest
steps:
- name: Pull repo
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: swaous.asuscomm.com
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build
run: |
docker build -t swaous.asuscomm.com/avrahamsociety.org:latest .
docker push swaous.asuscomm.com/avrahamsociety.org:latest