From cb06299365548fc15f3b758984a46d68d137b3ad Mon Sep 17 00:00:00 2001 From: Ilya Ozherelyev Date: Wed, 22 Nov 2023 12:56:08 +0100 Subject: [PATCH] remove prerelease checks --- .github/workflows/docker_publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index 0d35be34fae..7972090a817 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -17,7 +17,6 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Push to Docker Hub (server build) - if: "!github.event.release.prerelease" uses: docker/build-push-action@v1 with: username: ${{ secrets.CADENCE_SERVER_DOCKERHUB_USERNAME }} @@ -32,7 +31,6 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Push to Docker Hub (auto-setup build) - if: "!github.event.release.prerelease" uses: docker/build-push-action@v1 with: username: ${{ secrets.CADENCE_SERVER_DOCKERHUB_USERNAME }}