Skip to content

Commit

Permalink
fix-pull access denied
Browse files Browse the repository at this point in the history
  • Loading branch information
adenntumba committed Dec 19, 2024
1 parent fc429fa commit 716f694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-commerce-webapp-push-tag-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
VERSION="${TAG}"
echo "VERSION=${VERSION}" | tee -a "${GITHUB_ENV}"
echo "COMMIT_SHA=$COMMIT_SHA" | tee -a "${GITHUB_ENV}"
echo "IMAGE_TAG=${{ secrets.ECR }}/commerce:webapp-${TAG}" | tee -a "${GITHUB_ENV}"
echo "IMAGE_TAG=${{ secrets.ECR }}/commerce:webapp-${TAG}" | tee -a "${GITHUB_ENV}"
echo "OLD_IMAGE=${{ secrets.ECR }}/commerce:webapp-${MANIFESTS_ENVIRONMENT}" | tee -a "${GITHUB_ENV}"
echo "IMAGE_SOURCE_URL=https://github.com/weni-ai/commerce-webapp" | tee -a "${GITHUB_ENV}"
echo "MANIFESTS_REPOSITORY=weni-ai/kubernetes-manifests-hermes" | tee -a "${GITHUB_ENV}"
echo "MANIFESTS_APPLICATION=commerce-webapp" | tee -a "${GITHUB_ENV}"
Expand Down

0 comments on commit 716f694

Please sign in to comment.