Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pbe-axelor committed Oct 10, 2023
1 parent 4c22c9d commit e5b0b74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/amd64,linux/arm64
platforms: |
linux/amd64
linux/arm64
push: true
tags: |
${{ env.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_IMAGE_NAME }}:${{ github.ref_name }}
${{ env.DOCKER_REGISTRY_URL }}${{ env.DOCKER_IMAGE_NAME }}:latest
${{ env.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_IMAGE_NAME }}:latest

0 comments on commit e5b0b74

Please sign in to comment.