mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
commit
84c47e5c73
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user