Skip to content

Commit

Permalink
Merge pull request #37 from district0x/rename-docker-images
Browse files Browse the repository at this point in the history
update docker-registry-address
  • Loading branch information
ginesdt committed Jan 30, 2024
2 parents 09f477d + 67ea22a commit e872758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
file: docker-builds/${{ matrix.image }}/Dockerfile
build-args: BUILD_ENV=${{ inputs.env }}
push: true
tags: ${{ secrets.ECR_REGISTRY }}/streamtide-${{ matrix.image }}:latest-${{ inputs.env }}
tags: ${{ secrets.ECR_REGISTRY }}/streamtide-${{ inputs.env }}-${{ matrix.image }}:latest

0 comments on commit e872758

Please sign in to comment.