Skip to content

Commit

Permalink
Testing, do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Nov 29, 2023
1 parent 905e1e8 commit 88f9685
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_push-node-image-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
run: |
docker tag '${{ env.CURRENT_IMAGE }}' \
'${{ env.ECR_PUSH_IMAGE }}:${{ steps.get-ref-properties.outputs.sha }}'
docker push '${{ env.ECR_PUSH_IMAGE }}:${{ steps.get-ref-properties.outputs.sha }}'
# docker push '${{ env.ECR_PUSH_IMAGE }}:${{ steps.get-ref-properties.outputs.sha }}'
if [[ '${{ steps.get-ref-properties.outputs.branch }}' -eq 'main' ]]; then
docker tag '${{ env.CURRENT_IMAGE }}' '${{ env.ECR_PUSH_IMAGE }}:latest'
docker push '${{ env.ECR_PUSH_IMAGE }}:latest'
# docker push '${{ env.ECR_PUSH_IMAGE }}:latest'
fi
1 change: 1 addition & 0 deletions .github/workflows/on-main-branch-commit-liminal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- A0-3549-liminal-pipelines

jobs:
check-vars-and-secrets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-main-or-release-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- 'release-*'
- A0-3549-liminal-pipelines

jobs:
check-vars-and-secrets:
Expand Down

0 comments on commit 88f9685

Please sign in to comment.