Skip to content

Commit

Permalink
update Docker Build and Push to AWS Marketplace workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Oct 16, 2024
1 parent a235ffb commit 3a33063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-extension-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
--registry-id ${{ secrets.REGISTRY_ID }} \
--repository-name ${{ secrets.ECR_REPOSITORY }} \
--region us-east-1 \
--image-ids imageTag=${{ steps.get_latest_tag.outputs.LATEST_TAG }})
--image-ids imageTag=${{ github.event.inputs.docker_tag }})
if [ -n "$TAG_EXISTS" ]; then
echo "TAG_EXISTS=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 3a33063

Please sign in to comment.