Skip to content

Commit

Permalink
fix: fix copy/paste errors
Browse files Browse the repository at this point in the history
Derp
  • Loading branch information
tymees committed Sep 2, 2024
1 parent c3405f6 commit 6546fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME: humitifier
IMAGE_NAME: development-idp
DOCKERFILE_PATH: ./Dockerfile

jobs:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
id: scan
uses: anchore/scan-action@v3
with:
image: ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
image: ghcr.io/centrefordigitalhumanities/development-idp/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
fail-build: false

- name: upload Grype SARIF report
Expand Down

0 comments on commit 6546fae

Please sign in to comment.