Skip to content

Commit

Permalink
more build stuff for image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac-Lean committed Mar 20, 2023
1 parent fb058e6 commit a3a468d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:
context: ./docs
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ steps.gitsha.outputs.value }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_DOCS }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_DOCS }}:${{ steps.gitsha.outputs.value }}
- name: Build and push storybook
uses: docker/build-push-action@v2
Expand All @@ -191,8 +191,8 @@ jobs:
context: ./packages/sage-react/
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ steps.gitsha.outputs.value }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_STORYBOOK }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_STORYBOOK }}:${{ steps.gitsha.outputs.value }}
- name: Build and push sassdocs
uses: docker/build-push-action@v2
Expand All @@ -207,8 +207,8 @@ jobs:
context: ./packages/sage-assets/
push: true
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ steps.gitsha.outputs.value }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_SASSDOCS }}:${{ env.DOCKER_BRANCH_NAME }}
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY_SAGE_SASSDOCS }}:${{ steps.gitsha.outputs.value }}
# push_to_ecr:
# name: Push To ECR
Expand Down

0 comments on commit a3a468d

Please sign in to comment.