Skip to content

Commit

Permalink
Merge pull request #5 from BouyguesTelecom/add/workflow-platform
Browse files Browse the repository at this point in the history
update ci with platforms
  • Loading branch information
AmelieLoulergue authored Nov 14, 2024
2 parents bd02a6b + 53da6c9 commit 4669007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
context: ./src/api
push: true
tags: ${{ env.IMAGE_NAME }}:latest
platforms: linux/amd64,linux/arm64
- name: Build and push Docker image job
uses: docker/build-push-action@v5
with:
context: ./src
push: true
tags: ${{ env.IMAGE_NAME }}:job-latest
platforms: linux/amd64,linux/arm64
publish-helm-chart:
runs-on: ubuntu-latest
needs: build-and-push-docker
Expand Down

0 comments on commit 4669007

Please sign in to comment.