Skip to content

Commit

Permalink
fix: fix docker metadat for arm image (#265)
Browse files Browse the repository at this point in the history
## This PR

Fix docker imetadata for images

Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
  • Loading branch information
Kavindu-Dodan authored Dec 1, 2023
1 parent e69b5a0 commit 1c40f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
context: .
file: ./packages/app/Dockerfile
push: true
provenance: false
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-app:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-app:${{ needs.release-please.outputs.release_tag_name }}
Expand All @@ -79,6 +81,8 @@ jobs:
context: .
file: ./packages/fibonacci-service/Dockerfile
push: true
provenance: false
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-fib-service:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-fib-service:${{ needs.release-please.outputs.release_tag_name }}
Expand Down

0 comments on commit 1c40f4e

Please sign in to comment.