From 87e6ae19d2e46ba430838f69144dbad9ea72324a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Mon, 9 Oct 2023 10:03:52 +0000 Subject: [PATCH] fix(deps): Fix build CI --- .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 3829db7b..40e04e2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: # yamllint enable rule:line-length - name: Login to GitHub Container Registry uses: docker/login-action@v3.0.0 - if: env.IS_NOT_PR == 'true' && ${{ github.actor }} != 'dependabot' + if: env.IS_NOT_PR == 'true' with: registry: ghcr.io username: ${{ github.repository_owner }}