-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add FOSSA integration * Don't scan on PRs
- Loading branch information
1 parent
bd211e5
commit 293391c
Showing
3 changed files
with
45 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
name: Build the Docker Image | ||
|
||
on: | ||
pull_request: | ||
types: [ opened, reopened, synchronize ] | ||
branches: | ||
- main | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
branches: | ||
- main | ||
|
||
env: | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: ${{ github.repository }} | ||
REGISTRY: ghcr.io | ||
IMAGE_NAME: ${{ github.repository }} | ||
|
||
jobs: | ||
build-image: | ||
runs-on: ubuntu-latest | ||
build-image: | ||
runs-on: ubuntu-latest | ||
|
||
permissions: write-all | ||
permissions: write-all | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build Docker image | ||
id: push | ||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 | ||
with: | ||
context: . | ||
push: false | ||
build-args: | | ||
BROWSER_LICENSE_KEY=${{ secrets.BROWSER_LICENSE_KEY }} | ||
BROWSER_ACCOUNT_ID=${{ secrets.BROWSER_ACCOUNT_ID }} | ||
BROWSER_TRUST_KEY=${{ secrets.BROWSER_TRUST_KEY }} | ||
BROWSER_AGENT_ID=${{ secrets.BROWSER_AGENT_ID }} | ||
BROWSER_APPLICATION_ID=${{ secrets.BROWSER_APPLICATION_ID }} | ||
- name: Build Docker image | ||
id: push | ||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 | ||
with: | ||
context: . | ||
push: false | ||
build-args: | | ||
BROWSER_LICENSE_KEY=${{ secrets.BROWSER_LICENSE_KEY }} | ||
BROWSER_ACCOUNT_ID=${{ secrets.BROWSER_ACCOUNT_ID }} | ||
BROWSER_TRUST_KEY=${{ secrets.BROWSER_TRUST_KEY }} | ||
BROWSER_AGENT_ID=${{ secrets.BROWSER_AGENT_ID }} | ||
BROWSER_APPLICATION_ID=${{ secrets.BROWSER_APPLICATION_ID }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters