Merge pull request #473 from dockcross/472-push-base

Deploy base image
This commit is contained in:
Matt McCormick 2021-02-10 16:05:25 -05:00 committed by GitHub
commit 84c47e5c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,11 @@ jobs:
name: cache
path: ./cache
retention-days: 1
- name: deploy
if: github.ref == 'refs/heads/master'
run: |
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
docker image push dockcross/base
image:
name: ${{ matrix.arch_name }}