Compare commits

..

2 commits

Author SHA1 Message Date
aaddbeae7f
Provide path context over git hash
All checks were successful
Linting / lint (pull_request) Successful in 13s
Linting / build (pull_request) Successful in 15s
Deploy / deploy (push) Successful in 54s
2024-07-13 20:14:30 -04:00
a45b14d39d
Debug
Some checks failed
Deploy / deploy (push) Failing after 26s
2024-07-13 16:41:59 -04:00

View file

@ -19,9 +19,14 @@ jobs:
bundle exec jekyll build bundle exec jekyll build
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- run: |
ls -la .
ls -la _site/
pwd
- name: Push image - name: Push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: .
push: true push: true
tags: | tags: |
docker.atomaka.com/atomaka.com:latest docker.atomaka.com/atomaka.com:latest