From 58f1fedf2a167971860bee71c6d61aff88913c0a Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 2 Sep 2020 17:04:41 +0200 Subject: [PATCH] Fix condition (#28) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f96ab78..f56525b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}