Skip to content

Commit

Permalink
test new bundle format
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 26, 2024
1 parent a7ac11c commit 7e44b9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
docker run -d -p 5000:5000 --restart=always --name registry -v "$(pwd)/kotsadm-bundle":/var/lib/registry registry:2
docker run -d -p 5001:5000 --restart=always --name registry-nominio -v "$(pwd)/kotsadm-bundle-nominio":/var/lib/registry registry:2
- name: Read image tags from env file
uses: falti/dotenv-action@v1
id: dotenv
with:
path: .image.env

- name: Build kotsadm bundle
env:
BUNDLE_DIR: kotsadm-bundle
Expand Down

0 comments on commit 7e44b9f

Please sign in to comment.