mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
I have no idea what I'm doing here.
This commit is contained in:
5
.github/workflows/docker-build-push.yml
vendored
5
.github/workflows/docker-build-push.yml
vendored
@ -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
|
||||
|
||||
@ -55,6 +55,7 @@ const nextConfig = {
|
||||
/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
|
||||
const sentryConfig = {
|
||||
silent: true,
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
dryRun: process.env.NODE_ENV !== 'production',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user