Skip to content

Commit

Permalink
deps: bump actions-setup-cekit to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Oct 31, 2022
1 parent 700e437 commit fde529c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected].4
uses: cekit/[email protected].5
- name: Build ${{ matrix.image }}
run: |
echo "Building quay.io/jkube/${{ matrix.image }}:${TAG}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install CEKit
uses: cekit/[email protected].4
uses: cekit/[email protected].5
- name: Get Tag
id: get_version
run: |
Expand Down

0 comments on commit fde529c

Please sign in to comment.