Skip to content

Commit

Permalink
Fix GitHub Actions docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjseitz committed Aug 23, 2024
1 parent 049aa4c commit 4ff067e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "image_path=$IMAGE_PATH" >> $GITHUB_OUTPUT
- uses: actions/checkout@master
- name: Kaniko build
uses: aevea/action-kaniko@v0.9.0
uses: aevea/action-kaniko@v0.13.0
with:
registry: ghcr.io
image: ${{ matrix.os }}
Expand Down

0 comments on commit 4ff067e

Please sign in to comment.