We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e841054 commit e459d75Copy full SHA for e459d75
.github/workflows/ci.yaml
@@ -20,9 +20,7 @@ jobs:
20
21
ci:
22
name: Build Image and Push
23
- uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
24
- with:
25
- BUILD_PLATFORMS: "linux/amd64"
+ uses: uc-cdis/.github/.github/workflows/image_build_push_native.yaml@master
26
secrets:
27
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
28
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
0 commit comments