Compare commits
2 commits
c4911976c4
...
aaddbeae7f
Author | SHA1 | Date | |
---|---|---|---|
aaddbeae7f | |||
a45b14d39d |
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue