Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run pipeline
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: golangci-lint-run

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Run pipeline
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: test-with-coverage

Expand All @@ -52,7 +52,7 @@ jobs:
- name: Run pipeline
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: e-2-e-test

Expand All @@ -68,6 +68,6 @@ jobs:
- name: Build image
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: build
8 changes: 4 additions & 4 deletions .github/workflows/ci-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build image
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: build

Expand All @@ -32,7 +32,7 @@ jobs:
- name: Run pipeline
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: test-with-coverage

Expand All @@ -47,7 +47,7 @@ jobs:
- name: Run pipeline
uses: dagger/dagger-for-github@v8.2.0
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: e-2-e-test

Expand All @@ -68,6 +68,6 @@ jobs:
GITHUB_USER: ${{ github.actor }}
REPOSITORY_PREFIX: ${{ github.repository }}/cuemodules/cuestomize-examples
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: publish-examples --username="$GITHUB_USER" --password=env:GITHUB_TOKEN --repositoryPrefix="$REPOSITORY_PREFIX"
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
LATEST: ${{ needs.prep.outputs.latest }}
REPOSITORY: workday/cuestomize
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: build-and-publish --repository="$REPOSITORY" --tag="$TAG" --also-tag-as-latest="$LATEST" --username="$GITHUB_USER" --password=env:GITHUB_TOKEN --platforms=linux/amd64,linux/arm64

Expand All @@ -86,6 +86,6 @@ jobs:
TAG: ${{ needs.prep.outputs.tag_name }}
LATEST: ${{ needs.prep.outputs.latest }}
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: publish-examples --username="$GITHUB_USER" --password=env:GITHUB_TOKEN --tag="$TAG" --latest="$LATEST" --repositoryPrefix="$REPOSITORY_PREFIX"
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: "0.19.4"
version: "0.19.10"
verb: call
args: renovate --github-token=env://GITHUB_TOKEN
2 changes: 1 addition & 1 deletion dagger.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cuestomize",
"engineVersion": "v0.19.4",
"engineVersion": "v0.19.10",
"sdk": {
"source": "go"
},
Expand Down