Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode authored Jan 10, 2024
1 parent 9742ed8 commit f02df94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
push: true
tags: |
themanwholikestocode/archive-me-prod:backend-${{ github.event_name == 'pull_request' && 'development' || 'production' }}
build-args: |
CLIENT_SECRET_JSON=${{ secrets.CLIENT_SECRET_JSON }}
frontend-build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f02df94

Please sign in to comment.