Skip to content

Commit

Permalink
ci(both): fix image push to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mael-app committed Jan 21, 2025
1 parent 71184af commit b1f34f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ jobs:
type=ref,event=branch
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
platforms: linux/amd64,linux/arm64/v8
tags: |
${{ env.REGISTRY_IMAGE }}:${{ env.VERSION || 'latest' }}
Expand Down

0 comments on commit b1f34f3

Please sign in to comment.