Skip to content

Commit

Permalink
chore: Fix using GitHub actions form v1.x.x for v1 (#3117)
Browse files Browse the repository at this point in the history
* switch to v1

Signed-off-by: Pavel Jareš <pavel.jares@broadcom.com>

* Trigger actions

---------

Signed-off-by: Pavel Jareš <pavel.jares@broadcom.com>
  • Loading branch information
pj892031 authored Oct 2, 2023
1 parent 4924a66 commit 087da32
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-publish-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
service: ${{ github.event.inputs.service }}
forceNoRelease: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
forceNoRelease: true
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-specific-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
publish-images:
needs:
- build-test-services
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x
uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x
with:
version: ${{ github.event.inputs.release_version }}
secrets:
Expand Down

0 comments on commit 087da32

Please sign in to comment.