Skip to content

Commit

Permalink
build operator image during release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Dec 3, 2024
1 parent dfadb27 commit ca56471
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ jobs:
- name: Login to Quay.io Registry
run: docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io

# Do this first in case something goes wrong.
# TODO: Push to DockerHub
- name: Build and Push Operator Image
working-directory: registry/operator
run: |
make config-show
make ADDITIONAL_IMAGE_TAG=latest image-build image-push
- name: Build and Push Multi-arch Application Images
run: |
cd registry
Expand Down

0 comments on commit ca56471

Please sign in to comment.