Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel authored Nov 13, 2022
1 parent 972a8d5 commit a79a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ jobs:
push: true
file: ./docker/DockerfileHelm
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:helm
${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}:helm
cache-from: type=registry,ref=${{ env.LOCAL_REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.LOCAL_REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max

0 comments on commit a79a48d

Please sign in to comment.