Skip to content

Commit 38e448b

Browse files
authored
use the same dagger version in both CI and deploy (#325)
1 parent a018a82 commit 38e448b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
8080
OP_SERVICE_ACCOUNT_PRODUCTION: ${{ secrets.OP_SERVICE_ACCOUNT_PRODUCTION }}
8181
with:
82-
version: "0.18.6"
82+
version: "0.18.14"
8383
verb: call
8484
args: publish --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT --op-service-account-production=env:OP_SERVICE_ACCOUNT_PRODUCTION --dev=false --staging=true --version ${{ github.ref_name }}
8585
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
@@ -105,7 +105,7 @@ jobs:
105105
OP_SERVICE_ACCOUNT_PRODUCTION: ${{ secrets.OP_SERVICE_ACCOUNT_PRODUCTION }}
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
with:
108-
version: "0.18.6"
108+
version: "0.18.14"
109109
verb: call
110110
args: publish --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT --op-service-account-production=env:OP_SERVICE_ACCOUNT_PRODUCTION --dev=false --production=true --version ${{ github.ref_name }} --github-token=env:GITHUB_TOKEN --slsa=true
111111
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
env:
2525
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
2626
with:
27+
version: "0.18.14"
2728
verb: call
2829
args: validate --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT
2930
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 commit comments

Comments
 (0)