Skip to content

Commit

Permalink
fix: ghwf
Browse files Browse the repository at this point in the history
  • Loading branch information
scolear committed May 13, 2024
1 parent 3312980 commit 3a51e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
ECR_REPOSITORY: dlc-solidity
IMAGE_TAG: ${{ github.ref_name }}
run: |
docker build -t $ECR_PUBLIC_REGISTRY/$REGISTRY_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG
docker build -t $ECR_PUBLIC_REGISTRY/$REGISTRY_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_PUBLIC_REGISTRY/$REGISTRY_ALIAS/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit 3a51e07

Please sign in to comment.