Compare commits

..

No commits in common. "aaddbeae7fc767cfbb0c7edd1913475c2dbe2629" and "c4911976c4361a4d16b634926ab95438635dd0b9" have entirely different histories.

View file

@ -19,14 +19,9 @@ 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