Finding files
Some checks failed
Build Hugo Image / build-hugo-image (push) Failing after 2s
Simple Docker Hello World Test / hello-world (push) Successful in 7s

This commit is contained in:
shockrah 2024-08-27 18:07:20 -07:00
parent 5393200d1d
commit 277f313a6c
2 changed files with 4 additions and 2 deletions

View File

@ -10,5 +10,7 @@ jobs:
steps:
- name: General Docker Info
run: docker info
- name: Find all files in repo space
run: ls -lrt ${{ gitea.workspace }}
- name: Attempt a docker build
run: docker build -t shockrah/hugo ${{ gitea.workspace }}/website

View File

@ -11,7 +11,7 @@ stages:
only:
refs:
- master
# Ensure we login to docker hub before hand everytime
# Login to the docker registry to push
before_script:
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
- docker login -u $DOCKER_USERNAME --password-stdin <<< $TOKEN