mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
move from env to secrets
This commit is contained in:
10
.github/workflows/docker-build-push.yml
vendored
10
.github/workflows/docker-build-push.yml
vendored
@ -50,16 +50,16 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v3.2.0
|
uses: docker/build-push-action@v3.2.0
|
||||||
env:
|
|
||||||
SENTRY_URL: https://sentry.io
|
|
||||||
SENTRY_ORG: reactive-resume
|
|
||||||
SENTRY_PROJECT: ${{ matrix.image }}
|
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: ${{ matrix.arch }}
|
platforms: ${{ matrix.arch }}
|
||||||
file: ${{ matrix.image }}/Dockerfile
|
file: ${{ matrix.image }}/Dockerfile
|
||||||
|
secrets: |
|
||||||
|
SENTRY_URL=https://sentry.io
|
||||||
|
SENTRY_ORG=reactive-resume
|
||||||
|
SENTRY_PROJECT=${{ matrix.image }}
|
||||||
|
SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_TOKEN }}
|
||||||
tags: |
|
tags: |
|
||||||
amruthpillai/reactive-resume:${{ matrix.image }}-latest
|
amruthpillai/reactive-resume:${{ matrix.image }}-latest
|
||||||
amruthpillai/reactive-resume:${{ matrix.image }}-${{ steps.version.outputs.current-version }}
|
amruthpillai/reactive-resume:${{ matrix.image }}-${{ steps.version.outputs.current-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user