Skip to content

Commit

Permalink
Update to GHA v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 14, 2023
1 parent 0ddff22 commit 262ebd9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:

jobs:
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.0.0
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.0.0
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: master
DEPLOY_HOST_PREFIX: ""
DEPLOY_SUBDOMAIN: "faucet"
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
rollback:
uses: aeternity/github-actions/.github/workflows/_rollback-gitops.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_rollback-gitops.yml@v2.0.0
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_HOST_PREFIX: "pr-${{ github.event.number }}-"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-faucet"
delete-tag:
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_delete-tag-docker.yml@v2.0.0
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:

jobs:
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.0.0
secrets: inherit
with:
DOCKERHUB_REPO: "aeternitybot/${{ github.event.repository.name }}"
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.0.0
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: aepp-faucet
DEPLOY_VERSION: "pr-${{ github.event.number }}"
DEPLOY_HOST_PREFIX: "pr-${{ github.event.number }}-"
DEPLOY_SUBDOMAIN: "pr-${{ github.event.number }}-faucet"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
publish:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@v2.0.0
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v1.2.0
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@v2.0.0
needs: [publish]
secrets: inherit
with:
Expand Down

0 comments on commit 262ebd9

Please sign in to comment.