Fix condition (#28)
This commit is contained in:
parent
2f721ba70a
commit
58f1fedf2a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
official-images/test/run.sh monica:${{ matrix.variant }}
|
||||
|
||||
- name: Publish package
|
||||
if: github.ref == 'master' && matrix.arch != 'i386'
|
||||
if: github.ref == 'refs/heads/master' && matrix.arch != 'i386'
|
||||
run: |
|
||||
echo "$password" | docker login ghcr.io -u $username --password-stdin
|
||||
docker tag monica:${{ matrix.variant }} ghcr.io/monicahq/monica-dev:${{ matrix.variant }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user