Skip to content

Commit

Permalink
Github connector issue airbytehq#1349 - bump Github Connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliizazmic committed Dec 29, 2020
1 parent f3d9a92 commit ae99e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "ef69ef6e-aa7f-4af1-a01d-ef775033524e",
"name": "Github",
"dockerRepository": "airbyte/source-github-singer",
"dockerImageTag": "0.1.4",
"dockerImageTag": "0.1.5",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-github-singer"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
name: Github
dockerRepository: airbyte/source-github-singer
dockerImageTag: 0.1.4
dockerImageTag: 0.1.5
documentationUrl: https://hub.docker.com/r/airbyte/source-github-singer
- sourceDefinitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
name: Microsoft SQL Server (MSSQL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV CODE_PATH="source_github_singer"
ENV AIRBYTE_IMPL_MODULE="source_github_singer"
ENV AIRBYTE_IMPL_PATH="SourceGithubSinger"

LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.1.5
LABEL io.airbyte.name=airbyte/source-github-singer

WORKDIR /airbyte/integration_code
Expand Down

0 comments on commit ae99e6d

Please sign in to comment.