mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
Merge pull request #471 from dockcross/fix-deploy-ci
Fix deploy step in CI
This commit is contained in:
commit
2caebd702b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user