mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Build indiekit container, not Gemini!
This commit is contained in:
parent
774a617e4b
commit
d99607e853
1 changed files with 1 additions and 1 deletions
2
.github/workflows/indiekit-docker.yml
vendored
2
.github/workflows/indiekit-docker.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./indiekit
|
||||
file: ./Dockerfile
|
||||
file: ./indiekit/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in a new issue