mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +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
|
||||
uses: docker/build-push-action@v1
|
||||
with:
|
||||
context: api
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue