ci(api): pull existing container

This commit is contained in:
Thomas Hobson 2021-03-14 15:29:44 +13:00
parent 46ae4a9487
commit 7fa1a4b5e0
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 0 deletions

View File

@ -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