mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 06:35:41 +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
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./indiekit
|
context: ./indiekit
|
||||||
file: ./Dockerfile
|
file: ./indiekit/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Reference in a new issue