Skip to content

Commit

Permalink
chores: Update DATABASE_URL in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikurotime committed Jan 5, 2024
1 parent b5c47a0 commit 2f0709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo ${{ secrets.PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Generate .env for DB Types
run: |
echo DATABASE_URL=${{ env.DATABASE_URL }} > .env
echo DATABASE_URL=${{ secrets.DATABASE_URL }} > .env
- name: Build and Publish
run: |
docker build . --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 2f0709b

Please sign in to comment.