Skip to content

Commit

Permalink
fix to perform build node docker only at release
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Aug 2, 2024
1 parent f2e6129 commit 4d0db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

node:
if: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
name: Node
needs: initiad
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d0db98

Please sign in to comment.