Skip to content

Commit

Permalink
update gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Nov 9, 2023
1 parent 62b58b3 commit 8e8608a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
image: ["server", "ui"]
env: ["qa", "prod"]
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
Expand Down Expand Up @@ -47,5 +48,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
file: docker-builds/${{ matrix.image }}/Dockerfile
build-args: BUILD_ENV=${{ matrix.env }}
push: true
tags: ${{ secrets.ECR_REGISTRY }}/streamtide-${{ matrix.image }}:latest-qa
tags: ${{ secrets.ECR_REGISTRY }}/streamtide-${{ matrix.image }}:latest-${{ matrix.env }}

0 comments on commit 8e8608a

Please sign in to comment.