Skip to content

Commit

Permalink
use cicd-build-publish-artifacts-go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
calvwang9 committed Dec 19, 2023
1 parent 77bce7b commit 034ec1b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ jobs:
actions: read
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and push image
uses: ./.github/actions/build-push
uses: smartcontractkit/.github/actions/cicd-build-publish-artifacts-go
with:
publish: true
# general inputs
app-name: timelock-worker
publish: true
# aws inputs
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN }}
aws-account-number: ${{ secrets.AWS_ACCOUNT_NUMBER }}
# docker inputs
docker-registry: aws
docker-path: builds

0 comments on commit 034ec1b

Please sign in to comment.