mirror of
https://github.com/docker/build-push-action.git
synced 2025-07-05 08:30:52 +00:00
fixes path
This commit is contained in:
parent
7c2bba74e2
commit
1253ea78dc
2
.github/workflows/debug.yaml
vendored
2
.github/workflows/debug.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build Dockerfile in __tests__ using Buildx
|
- name: Build Dockerfile in __tests__ using Buildx
|
||||||
uses: ./action
|
uses: ./
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: __tests__/Dockerfile
|
file: __tests__/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user