ci(repo): pull using action

This commit is contained in:
Thomas Hobson 2021-03-14 16:05:11 +13:00
parent 84757560fc
commit 0ae6ee1632
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 2 deletions

View File

@ -20,13 +20,12 @@ 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
with:
context: repo
pull: true
push: true
tags: |
docker.pkg.github.com/engineer-man/piston/repo-builder