Skip to content

Commit

Permalink
chore: publish releases to ECR as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 7, 2024
1 parent 681bb38 commit 8e5f2e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
tags: [v*]

jobs:
publish:
publish-dockerhub:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
Expand Down

0 comments on commit 8e5f2e6

Please sign in to comment.