We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9c1f1 commit ce46f71Copy full SHA for ce46f71
.github/workflows/ci.yaml
@@ -656,7 +656,7 @@ jobs:
656
# to main branch. We are only building this for amd64 platform. (>95% pulls
657
# are for amd64)
658
needs: changes
659
- if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false'
+ if: needs.changes.outputs.docs-only == 'false'
660
runs-on: ubuntu-latest
661
outputs:
662
IMAGE: ghcr.io/coder/coder-preview:${{ steps.build.outputs.tag }}
0 commit comments