Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel committed Jan 14, 2025
1 parent 6e359e7 commit 018a61e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# $schema: https://json.schemastore.org/github-workflow.json
name: Build docker image

on:
Expand Down Expand Up @@ -30,6 +31,7 @@ jobs:
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

outputs:
dockerTag: ${{ steps.docker-tag.outputs.dockerTag }}
steps:
Expand Down Expand Up @@ -106,6 +108,5 @@ jobs:
uses: ./.github/workflows/chainsaw.yaml
needs:
- docker-build
strategy:
matrix:
IMAGE_TAG: "${{ needs.docker-build.outputs.dockerTag }}"
env:
IMAGE_TAG: "${{ needs.docker-build.outputs.dockerTag }}"
1 change: 1 addition & 0 deletions chainsaw/e2e-test/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
- script:
content: helm list
timeout: 1m

- get:
kind: Pod
apiVersion: v1
Expand Down

0 comments on commit 018a61e

Please sign in to comment.