Skip to content

Commit 4b9676d

Browse files
committed
fix tiny mistakes
1 parent 5d55f84 commit 4b9676d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.depot/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: node --run typecheck
5050

5151
docker-build:
52-
if: github.ref != 'refs/heads/main'
52+
if: ${{ github.ref != 'refs/heads/main' }}
5353
needs: [ci]
5454
runs-on: depot-ubuntu-24.04
5555
permissions:
@@ -63,7 +63,7 @@ jobs:
6363
platforms: linux/arm64
6464

6565
docker-push:
66-
if: github.ref == 'refs/heads/main'
66+
if: ${{ github.ref == 'refs/heads/main' }}
6767
needs: [ci]
6868
runs-on: depot-ubuntu-24.04
6969
environment: image-registry
@@ -93,6 +93,6 @@ jobs:
9393
with:
9494
project: ks849krng9
9595
platforms: linux/amd64,linux/arm64
96-
push: ${{ github.ref == 'refs/heads/main' }}
96+
push: true
9797
tags: ${{ steps.meta.outputs.tags }}
9898
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)