ci(repo): pull existing container

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

View File

@ -20,6 +20,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/repo-builder
- name: Build and push repo
uses: docker/build-push-action@v2