Skip to content

Commit

Permalink
Made the manifest creation dynamic and pushed build script as executible
Browse files Browse the repository at this point in the history
  • Loading branch information
R3hankhan123 committed Nov 4, 2024
1 parent c2d1129 commit 31ed37d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
OPERATOR_NAME: authorino-operator
BUILD_CONFIG_FILE: build.yaml
LATEST_AUTHORINO_GITREF: ${{ vars.AUTHORINO_SHA != '' && vars.AUTHORINO_SHA || 'latest' }}
ARCHITECTURES: "amd64 arm64 ppc64le s390x"

jobs:
build:
Expand Down Expand Up @@ -200,8 +201,6 @@ jobs:
registry: ${{ env.IMG_REGISTRY_HOST }}
username: ${{ secrets.IMG_REGISTRY_USERNAME }}
password: ${{ secrets.IMG_REGISTRY_TOKEN }}
- name: Set permissions for build script
run: chmod +x ./script/build_catalog.sh
- name: Git diff
run: git diff
- name: build and push catalog (main)
Expand Down
Empty file modified script/build_catalog.sh
100644 → 100755
Empty file.

0 comments on commit 31ed37d

Please sign in to comment.