Skip to content

Commit

Permalink
Update deploy-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen authored Nov 12, 2024
1 parent 7f29122 commit 2b292bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ jobs:

build:
runs-on: ubuntu-latest
strategy:
matrix:
auth0_enabled: [true, false]
needs: [test, linting]
env:
VERSION_TAG: ${{ github.ref_name }}-${{ github.sha }}
AUTH0_ENABLED: ${{ matrix.auth0_enabled }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2b292bf

Please sign in to comment.