Skip to content

Commit

Permalink
Merge pull request #56 from ArangoGutierrez/bundle
Browse files Browse the repository at this point in the history
Set BUNDLE_IMAGE_NAME
  • Loading branch information
ArangoGutierrez authored Aug 16, 2024
2 parents d7030c1 + facb27e commit 5a235bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
env:
IMAGE_NAME: ghcr.io/${LOWERCASE_REPO_OWNER}/k8s-nim-operator
BUNDLE_IMAGE: ghcr.io/${LOWERCASE_REPO_OWNER}/k8s-nim-operator:bundle-lastest-${{ github.ref }}
VERSION: '' # Until we cut a release, Version will be null
run: |
Expand Down

0 comments on commit 5a235bd

Please sign in to comment.