|
9 | 9 | KBC_DEVELOPERPORTAL_VENDOR: "keboola" |
10 | 10 | KBC_DEVELOPERPORTAL_APP_FB: "keboola.ex-facebook" |
11 | 11 | KBC_DEVELOPERPORTAL_APP_FB_ADS: "keboola.ex-facebook-ads" |
| 12 | + KBC_DEVELOPERPORTAL_APP_FB_ADS_V2: "keboola.ex-facebook-ads-v2" |
12 | 13 | KBC_DEVELOPERPORTAL_APP_INSTAGRAM: "keboola.ex-instagram" |
13 | 14 | KBC_DEVELOPERPORTAL_USERNAME: "keboola+facebook_extractor_github_actions" |
14 | 15 | KBC_DEVELOPERPORTAL_PASSWORD: ${{ secrets.KBC_DEVELOPERPORTAL_PASSWORD }} |
|
74 | 75 | push_latest: ${{ steps.tag.outputs.is_semantic_tag }} |
75 | 76 | source_image: ${{ env.APP_IMAGE}} |
76 | 77 |
|
| 78 | + - name: Push Facebook ads v2 extractor image to ECR |
| 79 | + uses: keboola/action-push-to-ecr@master |
| 80 | + with: |
| 81 | + vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }} |
| 82 | + app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_ADS_V2 }} |
| 83 | + username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }} |
| 84 | + password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }} |
| 85 | + tag: ${{ steps.tag.outputs.app_image_tag }} |
| 86 | + push_latest: ${{ steps.tag.outputs.is_semantic_tag }} |
| 87 | + source_image: ${{ env.APP_IMAGE}} |
| 88 | + |
77 | 89 | - name: Push Instagram extractor image to ECR |
78 | 90 | uses: keboola/action-push-to-ecr@master |
79 | 91 | with: |
@@ -159,6 +171,16 @@ jobs: |
159 | 171 | password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }} |
160 | 172 | tag: ${{ needs.build.outputs.app_image_tag }} |
161 | 173 |
|
| 174 | + - |
| 175 | + name: Set tag in the Deloper Portal (Facebook Ads V2 Extractor) |
| 176 | + uses: keboola/action-set-tag-developer-portal@master |
| 177 | + with: |
| 178 | + vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }} |
| 179 | + app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_ADS_V2 }} |
| 180 | + username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }} |
| 181 | + password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }} |
| 182 | + tag: ${{ needs.build.outputs.app_image_tag }} |
| 183 | + |
162 | 184 | - |
163 | 185 | name: Set tag in the Deloper Portal (Instagram Extractor) |
164 | 186 | uses: keboola/action-set-tag-developer-portal@master |
|
0 commit comments