Skip to content

Commit

Permalink
Merge pull request #822 from 0xPolygonID/update_actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
martinsaporiti authored Oct 18, 2024
2 parents 066c54c + cef7c65 commit d757149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
context: ./ui
platforms: linux/arm64, linux/amd64
push: true
tags: 0xpolygon/issuernode-ui:${{ env.IMAGE_TAG }}
tags: privadoid/issuernode-ui:${{ env.IMAGE_TAG }}

- name: Build and push amd64 and arm64 image
uses: docker/build-push-action@v4
Expand All @@ -51,6 +51,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: 0xpolygon/issuernode:${{ env.IMAGE_TAG }}
tags: privadoid/issuernode-api:${{ env.IMAGE_TAG }}


2 changes: 1 addition & 1 deletion .github/workflows/test_deploy_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Issuer Node Backend to Testing AWS Environment
on:
workflow_run:
workflows: ["Checks"]
branches: ["develop-v2"]
branches: ["develop"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Issuer Node UI to Testing AWS Environment
on:
push:
branches:
- feature/PID-2297-migrate-ui-on-core-api
- develop

env:
AWS_ACCOUNT_ID: ${{ secrets.TEST_AWS_ACCOUNT_ID }}
Expand Down

0 comments on commit d757149

Please sign in to comment.