Skip to content

Commit

Permalink
fix: update image push to ecr (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Mar 29, 2024
1 parent 245fb9a commit af69ed7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/boot-api.image+upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ jobs:

- name: Publish Image to ECR(boot-api)
run: |
docker push ${{ env.ecr_url }}:latest
docker tag orakl-boot-api ${{ env.ecr_url }}:v0.0.1.${{ needs.prepare.outputs.tag_date }}.${{ needs.prepare.outputs.tag_git_hash }}
docker push ${{ env.ecr_url }}:v0.0.1.${{ needs.prepare.outputs.tag_date }}.${{ needs.prepare.outputs.tag_git_hash }}
1 change: 0 additions & 1 deletion .github/workflows/node.image+upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ jobs:

- name: Publish Image to ECR(orakl-node)
run: |
docker push ${{ env.ecr_url }}:latest
docker tag orakl-node ${{ env.ecr_url }}:v0.0.1.${{ needs.prepare.outputs.tag_date }}.${{ needs.prepare.outputs.tag_git_hash }}
docker push ${{ env.ecr_url }}:v0.0.1.${{ needs.prepare.outputs.tag_date }}.${{ needs.prepare.outputs.tag_git_hash }}

0 comments on commit af69ed7

Please sign in to comment.