mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
ci(api): pull existing container
This commit is contained in:
parent
46ae4a9487
commit
7fa1a4b5e0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/api-push.yaml
vendored
2
.github/workflows/api-push.yaml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
- name: Pull existing
|
||||
run: docker pull docker.pkg.github.com/engineer-man/piston/api
|
||||
|
||||
- name: Build and push API
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue