Compare commits

..

No commits in common. "dd313faa60228a85050a982401cef9af90cd8fb9" and "4dda58f48e6454300b3960b01b14990828763842" have entirely different histories.

1 changed files with 7 additions and 17 deletions

View File

@ -1,7 +1,7 @@
name: Silvanus Production Dockerization
on:
pull_request:
merge:
branches:
- main
@ -13,23 +13,13 @@ jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Pull latest from Git
run: |
pwd
whoami
cd /root/silvanus
git pull
git checkout $GITHUB_HEAD_REF
- name: Build the Docker image
run: |
cd /root/silvanus
docker build . --file Dockerfile --tag v0idf1sh/silvanus
- uses: actions/checkout@v3
- name: Build the Docker image v0idf1sh/silvanus
run: docker build . --file Dockerfile --tag v0idf1sh/silvanus
- name: Log into Docker Hub
run: docker login -u $DHUB_UNAME -p $DHUB_PWORD
- name: Push image to Docker Hub
run: |
cd /root/silvanus
docker push v0idf1sh/silvanus
- name: Push image to Docker Hub v0idf1sh/silvanus
run: docker push v0idf1sh/silvanus