Skip to content

Commit

Permalink
Prevents step Push Standalone Image to Amazon ECR from pushing the image
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoRojas committed Jan 19, 2024
1 parent 0acfea5 commit 04b60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Push Standalone Image to Amazon ECR
uses: docker/build-push-action@v5
with:
push: true
push: false
tags: "${{ steps.login-ecr-public.outputs.registry }}/littlehorse/lh-standalone:latest,${{ steps.login-ecr-public.outputs.registry }}/littlehorse/lh-standalone:${{ github.ref_name }}"
platforms: "linux/amd64,linux/arm64"
cache-from: type=gha
Expand Down

0 comments on commit 04b60f5

Please sign in to comment.