Skip to content

Commit

Permalink
Temp remove Docker build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 8, 2023
1 parent 1ba3ede commit ff16bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker build branch
run: make docker
if: ${{ github.ref_type == 'branch' }}
# - name: Docker build branch
# run: make docker
# if: ${{ github.ref_type == 'branch' }}

- name: Docker build main
run: make docker ARGS="-t latest"
Expand Down

0 comments on commit ff16bfa

Please sign in to comment.