mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
with:
|
||||
context: arch
|
||||
file: ./Dockerfile
|
||||
context: .
|
||||
file: ./arch/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue