Skip to content

Commit

Permalink
so close...
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 28, 2024
1 parent 3c26c33 commit 7366db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push OLM Bundle Image
run: make bundle-push GIT_TAG=${{ github.event.release.tag_name }}
run: make bundle bundle-build bundle-push GIT_TAG=${{ github.event.release.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push OLM Catalog Image
run: make catalog-push GIT_TAG=${{ github.event.release.tag_name }}
run: make catalog-build catalog-push GIT_TAG=${{ github.event.release.tag_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7366db1

Please sign in to comment.