Skip to content

Commit

Permalink
feat: DEVOPS-700 scilla pipelines from jenkins to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlops committed Jun 20, 2023
1 parent 8c60ad8 commit 999d115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
push: true
tag: ${{ secrets.AWS_ACCOUNT_ID_ZILLIQA }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/scilla
tag-length: 8
tag-latest: ${{ github.ref == 'refs/heads/${{ github.event.repository.default_branch }}' }}
tag-latest: ${{ github.ref_name == github.event.repository.default_branch }}
registry: ${{ secrets.AWS_ACCOUNT_ID_ZILLIQA }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.ECR_DEPLOYER_ROLE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
file: docker/Dockerfile
push: true
tag: ${{ secrets.AWS_ACCOUNT_ID_ZILLIQA }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/scilla
tag-length: 7
tag-latest: ${{ github.ref == 'refs/heads/${{ github.event.repository.default_branch }}' }}
tag-length: 8
tag-latest: ${{ github.ref_name == github.event.repository.default_branch }}
registry: ${{ secrets.AWS_ACCOUNT_ID_ZILLIQA }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.ECR_DEPLOYER_ROLE }}
Expand Down

0 comments on commit 999d115

Please sign in to comment.