mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
ci(api): set docker build context correctly
This commit is contained in:
parent
8a7d4100d7
commit
078033b4a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/api-push.yaml
vendored
1
.github/workflows/api-push.yaml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
- name: Build and push API
|
- name: Build and push API
|
||||||
uses: docker/build-push-action@v1
|
uses: docker/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
|
context: api
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: docker.pkg.github.com
|
registry: docker.pkg.github.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue