Skip to content

Commit

Permalink
test branch for ROCKS 951 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Husseini committed Feb 8, 2024
1 parent bfc2f90 commit 0de4984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ jobs:
dispatch-releases-workflow:
name: Dispatch Releases workflow
needs: [dispatch-releases]
uses: canonical/oci-factory/.github/workflows/Release.yaml@main
uses: linostar/oci-factory/.github/workflows/Release.yaml@951-test
with:
oci-image-name: "${{ needs.prepare-build.outputs.oci-img-name }}"
image-trigger-cache-key: "${{ github.run_id }}-image-trigger"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
dispatch-documentation:
name: Dispatch documentation
needs: [do-releases]
uses: canonical/oci-factory/.github/workflows/Documentation.yaml@main
uses: linostar/oci-factory/.github/workflows/Documentation.yaml@951-test
with:
oci-image-name: "${{ inputs.oci-image-name }}"
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
oci-image: [mock-rock]
uses: canonical/oci-factory/.github/workflows/Image.yaml@main
uses: linostar/oci-factory/.github/workflows/Image.yaml@951-test
with:
oci-image-name: "${{ matrix.oci-image }}"
upload: true
Expand Down

0 comments on commit 0de4984

Please sign in to comment.