Skip to content

Commit 55dba9e

Browse files
ci(SUPPORT-15409): add keboola.ex-facebook-pages to ECR push and deploy steps
Co-Authored-By: unknown <>
1 parent 75f1c8f commit 55dba9e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
KBC_DEVELOPERPORTAL_APP_FB: "keboola.ex-facebook"
1111
KBC_DEVELOPERPORTAL_APP_FB_ADS: "keboola.ex-facebook-ads"
1212
KBC_DEVELOPERPORTAL_APP_INSTAGRAM: "keboola.ex-instagram"
13+
KBC_DEVELOPERPORTAL_APP_FB_PAGES: "keboola.ex-facebook-pages"
1314
KBC_DEVELOPERPORTAL_USERNAME: "keboola+facebook_extractor_github_actions"
1415
KBC_DEVELOPERPORTAL_PASSWORD: ${{ secrets.KBC_DEVELOPERPORTAL_PASSWORD }}
1516

@@ -85,6 +86,17 @@ jobs:
8586
push_latest: ${{ steps.tag.outputs.is_semantic_tag }}
8687
source_image: ${{ env.APP_IMAGE}}
8788

89+
- name: Push Facebook Pages extractor image to ECR
90+
uses: keboola/action-push-to-ecr@master
91+
with:
92+
vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }}
93+
app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_PAGES }}
94+
username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }}
95+
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
96+
tag: ${{ steps.tag.outputs.app_image_tag }}
97+
push_latest: ${{ steps.tag.outputs.is_semantic_tag }}
98+
source_image: ${{ env.APP_IMAGE}}
99+
88100
tests:
89101
needs: build
90102
runs-on: ubuntu-latest
@@ -168,3 +180,13 @@ jobs:
168180
username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }}
169181
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
170182
tag: ${{ needs.build.outputs.app_image_tag }}
183+
184+
-
185+
name: Set tag in the Deloper Portal (Facebook Pages Extractor)
186+
uses: keboola/action-set-tag-developer-portal@master
187+
with:
188+
vendor: ${{ env.KBC_DEVELOPERPORTAL_VENDOR }}
189+
app_id: ${{ env.KBC_DEVELOPERPORTAL_APP_FB_PAGES }}
190+
username: ${{ env.KBC_DEVELOPERPORTAL_USERNAME }}
191+
password: ${{ env.KBC_DEVELOPERPORTAL_PASSWORD }}
192+
tag: ${{ needs.build.outputs.app_image_tag }}

0 commit comments

Comments
 (0)