Skip to content

Commit

Permalink
build: Pass NEXTAUTH_URL to docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 17, 2023
1 parent deb3c17 commit ca5a1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
env:
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
env:
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
with:
registry: docker.pkg.github.com
username: ${{ github.actor }}
Expand Down

1 comment on commit ca5a1d4

@vercel
Copy link

@vercel vercel bot commented on ca5a1d4 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization-tool – ./

visualization-tool-ixt1.vercel.app
visualization-tool-git-main-ixt1.vercel.app
visualization-tool-alpha.vercel.app

Please sign in to comment.