ci(repo): pull existing container
This commit is contained in:
parent
7fa1a4b5e0
commit
bb8b0dbd91
|
@ -20,6 +20,8 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue