Skip to content

Commit

Permalink
chore(cicd): Debug image build and deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
nezort11 committed Jan 4, 2025
1 parent 1958787 commit e03db7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
# CR_REPOSITORY: ${{ env.CONTAINER_NAME }}
# IMAGE_TAG: ${{ github.sha }}
run: |
echo "REGISTRY_ID: '${{ env.REGISTRY_ID }}'"
echo "CONTAINER_NAME: '${{ env.CONTAINER_NAME }}'"
IMAGE_NAME="cr.yandex/${{ env.REGISTRY_ID }}/${{ env.CONTAINER_NAME }}:${{ github.sha }}"
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME
Expand Down

0 comments on commit e03db7d

Please sign in to comment.