mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
fix path
This commit is contained in:
parent
4d2a929fda
commit
df7e463beb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-push.yml
vendored
4
.github/workflows/docker-push.yml
vendored
|
|
@ -40,8 +40,8 @@ jobs:
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||||
with:
|
with:
|
||||||
context: arch
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./arch/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…
Add table
Add a link
Reference in a new issue