Even more dubious
All checks were successful
Silvanus Production Dockerization / build (pull_request) Successful in 27s
All checks were successful
Silvanus Production Dockerization / build (pull_request) Successful in 27s
This commit is contained in:
parent
e303651f53
commit
ba81f01fa0
6
.github/workflows/docker-image-prod.yml
vendored
6
.github/workflows/docker-image-prod.yml
vendored
@ -20,16 +20,16 @@ jobs:
|
||||
run: |
|
||||
pwd
|
||||
whoami
|
||||
cd /home/root/silvanus
|
||||
cd /root/silvanus
|
||||
git pull
|
||||
git checkout $GITHUB_HEAD_REF
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
cd /home/root/silvanus
|
||||
cd /root/silvanus
|
||||
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 /home/root/silvanus
|
||||
cd /root/silvanus
|
||||
docker push v0idf1sh/silvanus
|
Loading…
Reference in New Issue
Block a user