mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
update docker-build-push.yaml
This commit is contained in:
8
.github/workflows/docker-build-push.yml
vendored
8
.github/workflows/docker-build-push.yml
vendored
@ -56,10 +56,10 @@ jobs:
|
||||
platforms: ${{ matrix.arch }}
|
||||
file: ${{ matrix.image }}/Dockerfile
|
||||
secrets: |
|
||||
SENTRY_URL=https://sentry.io
|
||||
SENTRY_ORG=reactive-resume
|
||||
SENTRY_PROJECT=${{ matrix.image }}
|
||||
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_TOKEN }}
|
||||
"SENTRY_ORG=reactive-resume"
|
||||
"SENTRY_URL=https://sentry.io"
|
||||
"SENTRY_PROJECT=${{ matrix.image }}"
|
||||
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_TOKEN }}"
|
||||
tags: |
|
||||
amruthpillai/reactive-resume:${{ matrix.image }}-latest
|
||||
amruthpillai/reactive-resume:${{ matrix.image }}-${{ steps.version.outputs.current-version }}
|
||||
|
||||
Reference in New Issue
Block a user