Skip to content

Commit

Permalink
update paths to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Sep 7, 2022
1 parent a7826d0 commit e682d20
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
file: ./core/Dockerfile
build-args: |
BUILD_DATE=${{ env.BUILD_DATE }}
BUILD_REVISION=${{ github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
file: ./core/Dockerfile
build-args: |
BUILD_DATE=${{ env.BUILD_DATE }}
BUILD_REVISION=${{ github.sha }}
BUILD_VERSION=${{ github.sha }}
load: false
push: true
# !FIXME - Avoid using hardcoded `v3`
# !FIXME - Avoid using hardcoded `v4`
tags: |
${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}latest
${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}v3
${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}v4
${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}${{ env.RELEASE_VERSION }}
- name: Update deployment status
Expand Down
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ runs:
severity: ${{ inputs.severity }}
token: ${{ inputs.token }}

- if: ${{ inputs.token }}
- shell: bash
run: |
echo "SARIF:" && cat ${{ steps.core.outputs.PATH_TO_SARIF }}
- if: ${{ inputs.token && always() }}
name: Upload SARIF
uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b
with:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src

0 comments on commit e682d20

Please sign in to comment.