Skip to content

Commit

Permalink
comment out push
Browse files Browse the repository at this point in the history
  • Loading branch information
kziemianek committed May 21, 2024
1 parent b9216f9 commit 2e26514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_bitacross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Push worker image
run: |
docker push litentry/bitacross-worker:${{ github.event.inputs.ref || github.ref }}
# - name: Push worker image
# run: |
# docker push litentry/bitacross-worker:${{ github.event.inputs.ref || github.ref }}

- name: Fail early
if: failure()
Expand Down

0 comments on commit 2e26514

Please sign in to comment.