Include docker actions
All checks were successful
Linting / lint (pull_request) Successful in 2s
Linting / build (pull_request) Successful in 4s

This commit is contained in:
Andrew Tomaka 2024-11-06 23:15:38 -05:00
parent c30252267f
commit ea37de04c7
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -18,13 +18,13 @@ jobs:
bundle install
bundle exec jekyll build
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: https://github.com/docker/setup-buildx-action@v3
- run: |
ls -la .
ls -la _site/
pwd
- name: Push image
uses: docker/build-push-action@v6
uses: https://github.com/docker/build-push-action@v6
with:
context: .
push: true