Skip to content

Commit

Permalink
wrong image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Jan 12, 2024
1 parent 918aa47 commit be465bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ECR_REPOSITORY: dena/attester-spiritnet
IMAGE_TAG: ${{ github.sha }}
run: |
docker tag dena-attester $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker tag dena-attester $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker tag dena-attester-spiritnet $ECR_REGISTRY/$ECR_REPOSITORY:latest
docker tag dena-attester-spiritnet $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest

0 comments on commit be465bf

Please sign in to comment.