Skip to content

Commit

Permalink
Update docker-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Aug 30, 2023
1 parent bd79646 commit 2450056
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workflows/common/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:
with:
context: .
push: true
build-args: APP_VERSION=${{ env.VERSION }},BUILD_BRANCH=${{ env.BRANCH }},BUILD_DATE=${{ env.DATE }}
build-args: |
APP_VERSION=${{ env.VERSION }}
BUILD_BRANCH=${{ env.BRANCH }}
BUILD_DATE=${{ env.DATE }}
platforms: ${{ env.PLATFORMS }}
tags: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}

Expand Down

0 comments on commit 2450056

Please sign in to comment.