Skip to content

Commit

Permalink
remove prerelease checks
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Nov 22, 2023
1 parent 0271275 commit cb06299
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit cb06299

Please sign in to comment.