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 cfb1f40 commit cc0ff0dCopy full SHA for cc0ff0d
1 file changed
.depot/workflows/cicd.yml
@@ -22,6 +22,9 @@ jobs:
22
with:
23
persist-credentials: false
24
25
+ - run: "echo ${{ github.ref }}"
26
+ - run: "echo ${{ (github.ref == 'refs/heads/main') && 'image-registry' || '' }}"
27
+
28
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
29
30
node-version: 26
@@ -51,7 +54,7 @@ jobs:
51
54
docker:
52
55
needs: [ci]
53
56
runs-on: depot-ubuntu-24.04
- environment: ${{ github.ref == 'refs/heads/main' && 'image-registry' || '' }}
57
+ environment: ${{ (github.ref == 'refs/heads/main') && 'image-registry' || '' }}
58
permissions:
59
contents: read
60
packages: write
0 commit comments