Skip to content

Commit

Permalink
ci: upgrade to latest Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 4, 2023
1 parent cf41eb6 commit 0b15037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
generate_results:
runs-on: ubuntu-latest
container:
image: ghcr.io/mtiller/book-builder-image:v0.1.1
image: ghcr.io/mtiller/book-builder-image:v0.1.6
steps:
- name: Mark checkout directory as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 0b15037

Please sign in to comment.