Skip to content

Commit

Permalink
Pull builder, fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed May 3, 2024
1 parent 4666123 commit e6a6eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/astro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
uses: docker/build-push-action@v5
with:
cache-to: type=inline
pull: true
push: ${{ github.event_name == 'push' }}
tags: ghcr.io/jordemort/jordemort-blog-builder:latest
target: astro

- name: Build site
run: docker compose run --rm astro npm build
run: docker compose run --rm astro npm run build

- name: Build and push dependencies
uses: docker/build-push-action@v5
Expand Down

0 comments on commit e6a6eb3

Please sign in to comment.