mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-15 07:21:33 +01:00
Update git action
This commit is contained in:
parent
ddae14a07f
commit
ef6f540136
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -5,6 +5,9 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'dev'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/README.rst'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
@ -60,3 +63,6 @@ jobs:
|
||||
run: |
|
||||
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
|
||||
docker image push dockcross/${{ matrix.arch_name }}
|
||||
# Docker images need to remove after deploy or tests, not enough memory to build all images on github action (14 GB of SSD)
|
||||
- name: clean
|
||||
run: docker image rm -f dockcross/${{ matrix.arch_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user