ci(repo): pull using action
This commit is contained in:
parent
84757560fc
commit
0ae6ee1632
|
@ -20,13 +20,12 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: docker.pkg.github.com
|
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
|
- name: Build and push repo
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: repo
|
context: repo
|
||||||
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
docker.pkg.github.com/engineer-man/piston/repo-builder
|
docker.pkg.github.com/engineer-man/piston/repo-builder
|
Loading…
Reference in New Issue