1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Fixing publish command gitref for bot push (#11767)

* use proper gitref

* bump version

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
George Claireaux
2022-04-06 11:22:22 -07:00
committed by GitHub
parent 6870845f85
commit 7bb7d23e60
4 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ jobs:
run: |
git add -u
git commit -m "auto-bump connector version"
git push origin ${{ github.ref }}
git push origin ${{ github.event.inputs.gitref }}
- name: Add Version Bump Success Comment
if: github.event.inputs.comment-id && github.event.inputs.auto-bump-version == 'true' && success()
uses: peter-evans/create-or-update-comment@v1

View File

@@ -523,7 +523,7 @@
- name: OpenWeather
sourceDefinitionId: d8540a80-6120-485d-b7d6-272bca477d9b
dockerRepository: airbyte/source-openweather
dockerImageTag: 0.1.0
dockerImageTag: 0.1.1
documentationUrl: https://docs.airbyte.io/integrations/sources/openweather
sourceType: api
- name: Oracle DB

View File

@@ -5610,7 +5610,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-openweather:0.1.0"
- dockerImage: "airbyte/source-openweather:0.1.1"
spec:
documentationUrl: "https://docsurl.com"
connectionSpecification:

View File

@@ -34,5 +34,5 @@ COPY source_openweather ./source_openweather
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.name=airbyte/source-openweather