diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 51412081..db970742 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -27,6 +27,15 @@ jobs: BASE_PATH=/ GIT_SHA=${{ github.sha }} + - name: Push to quay.io + uses: redhat-actions/push-to-registry@v2 + with: + image: ${{ steps.build-image.outputs.image }} + tags: ${{ steps.build-image.outputs.tags }} + registry: quay.io/toska + username: toska+github + password: ${{ secrets.QUAY_IO_TOKEN }} + sentry-release: runs-on: ubuntu-latest needs: dockerhub-release