Skip to content

Commit

Permalink
Enforce dockerhub build
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jan 10, 2024
1 parent d4e3ca6 commit c4edd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

docker_build_and_push_to_dockerhub:
needs: [build, valid_tag]
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit c4edd55

Please sign in to comment.