Skip to content

Commit

Permalink
trying to fix the env problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jul 3, 2024
1 parent f868098 commit 4f14177
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/azure-container-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
Expand Down Expand Up @@ -84,10 +84,10 @@ jobs:
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
file: ./Dockerfile
secrets: |
JWT_SECRET=${{ secrets.JWT_SECRET }}
KEYSTORE_PASS=${{ secrets.KEYSTORE_PASS }}
MYSQL_PASSWORD=${{ secrets.MYSQL_PASSWORD }}
MYSQL_USER=${{ secrets.MYSQL_USER }}
"JWT_SECRET=${{ secrets.JWT_SECRET }}"
"KEYSTORE_PASS=${{ secrets.KEYSTORE_PASS }}"
"MYSQL_PASSWORD=${{ secrets.MYSQL_PASSWORD }}"
"MYSQL_USER=${{ secrets.MYSQL_USER }}"
Expand Down

0 comments on commit 4f14177

Please sign in to comment.