Skip to content

Commit

Permalink
CI - update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecoust committed Jul 3, 2024
1 parent 711b3c0 commit fcafc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ecopart-back:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ecopart_back:latest



Expand Down

0 comments on commit fcafc2b

Please sign in to comment.