From a40332f7b7de1b4f306e49d9365ce7f7e7391d15 Mon Sep 17 00:00:00 2001 From: Dominik Zarsky Date: Sat, 12 Oct 2024 11:33:02 +0200 Subject: [PATCH] Fix docker image name --- .github/workflows/cicd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 551c24b..499a5fe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -58,6 +58,7 @@ jobs: dpkg-deb --build --root-owner-group $TMP_DIR - name: Publish artifact + if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')}} uses: actions/upload-artifact@v4.4.3 with: name: deb @@ -92,8 +93,8 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - loupeznik/better-wapi:${{ github.ref_name }} - loupeznik/better-wapi:latest + loupeznik/ignoreinit:${{ github.ref_name }} + loupeznik/ignoreinit:latest # apt: # name: APT release