Skip to content

Commit

Permalink
Switch to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jul 11, 2024
1 parent 088b04d commit 2bdde52
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3.1
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [ validate ]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3.1
needs: [publish]
secrets: inherit
strategy:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/pull-request-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:

jobs:
delete-tag:
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_delete-tag-ecr.yml@v2.3.1
secrets: inherit
with:
DOCKERHUB_REPO: aeternitybot/aemon
DOCKERHUB_TAG: "pr-${{ github.event.number }}"
TAG: "pr-${{ github.event.number }}"
cleanup:
uses: aeternity/github-actions/.github/workflows/_cleanup-ecr.yml@v2.3.1
needs: [ delete-tag ]
secrets: inherit
6 changes: 2 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:

jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3.1
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [ validate ]
secrets: inherit
with:
DOCKERHUB_REPO: aeternitybot/aemon
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
validate:
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_validate-npm.yml@v2.3.1
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_publish-ecr.yml@v2.3.1
needs: [ validate ]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.1.1
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.3.1
needs: [publish]
secrets: inherit
strategy:
Expand Down

0 comments on commit 2bdde52

Please sign in to comment.