From 1363efd3c6b95bc3889e1f41142f219cceff5878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=20Keskim=C3=A4ki?= Date: Fri, 24 Mar 2023 12:31:39 +0200 Subject: [PATCH] Add new push action --- .github/workflows/production.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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