Skip to content

Commit

Permalink
Upgrade to cekit/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 26, 2024
1 parent efeb437 commit 5479704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5479704

Please sign in to comment.