ci(repo): pull using action
This commit is contained in:
parent
84757560fc
commit
0ae6ee1632
|
@ -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
|
Loading…
Reference in New Issue