Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UniversityOfHelsinkiCS/kliksutin
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Mar 24, 2023
2 parents d95cf6e + 1363efd commit bda48cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bda48cf

Please sign in to comment.