I have no idea what I'm doing here.

This commit is contained in:
Amruth Pillai
2022-11-24 16:29:36 +01:00
parent 54fad2f6d8
commit 552ff281b8
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,11 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v3.2.0
env:
SENTRY_ORG: reactive-resume
SENTRY_URL: https://sentry.io
SENTRY_PROJECT: ${{ matrix.image }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
with:
context: .
push: true