-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: print currect state of images from internal/images/images.env
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
go-version: ${{ env.GO_VERSION }} | ||
|
||
- name: Replace images | ||
run: make dev-images && cat internal/controller/constants/images.go | ||
run: make dev-images && cat internal/images/images.env | ||
|
||
- name: Build operator container | ||
run: make docker-build docker-push | ||
|
@@ -51,7 +51,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Replace images | ||
run: make dev-images && cat internal/controller/constants/images.go | ||
run: make dev-images && cat internal/images/images.env | ||
|
||
- name: Build operator bundle | ||
run: make bundle bundle-build bundle-push | ||
|
@@ -276,7 +276,7 @@ jobs: | |
run: go install github.com/sigstore/cosign/v2/cmd/[email protected] | ||
|
||
- name: Replace images | ||
run: make dev-images && cat internal/controller/constants/images.go | ||
run: make dev-images && cat internal/images/images.env | ||
|
||
- name: Run tests | ||
run: make test-e2e | ||
|
@@ -402,7 +402,7 @@ jobs: | |
run: go install github.com/sigstore/cosign/v2/cmd/[email protected] | ||
|
||
- name: Replace images | ||
run: make dev-images && cat internal/controller/constants/images.go | ||
run: make dev-images && cat internal/images/images.env | ||
|
||
- name: Run tests | ||
env: | ||
|
@@ -477,7 +477,7 @@ jobs: | |
sudo echo "127.0.0.1 fulcio-server.local tuf.local rekor-server.local rekor-search-ui.local cli-server.local" | sudo tee -a /etc/hosts | ||
- name: Replace images | ||
run: make dev-images && cat internal/controller/constants/images.go | ||
run: make dev-images && cat internal/images/images.env | ||
|
||
- name: Run tests | ||
env: | ||
|