-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efeb437
commit 5479704
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
run: | | ||
echo "serverzip=$(ls infinispan-server-*.zip)" >> $GITHUB_OUTPUT | ||
- name: Install CEKit | ||
uses: cekit/[email protected].5 | ||
uses: cekit/[email protected].6 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Install CEKit | ||
uses: cekit/[email protected].5 | ||
uses: cekit/[email protected].6 | ||
|
||
- name: Create Dockerfile | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
repository: ${{ inputs.repository }} | ||
|
||
- name: Install CEKit | ||
uses: cekit/[email protected].5 | ||
uses: cekit/[email protected].6 | ||
|
||
- name: Install yq | ||
run: sudo snap install yq | ||
|