Merge pull request #471 from dockcross/fix-deploy-ci

Fix deploy step in CI
This commit is contained in:
Jonas Vautherin
2021-02-10 17:27:26 +01:00
committed by GitHub

View File

@ -50,7 +50,7 @@ jobs:
- name: test
run: make ${{ matrix.arch_name }}.test
- name: deploy
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
run: |
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
docker image push dockcross/${{ matrix.arch_name }}