-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add allow-grant.sh to main container * update changelog * Feature/single image ci fixes (#84) * remove ci fixes * remove workflow from test in main.yml Co-authored-by: Raj Poluri <[email protected]> Co-authored-by: Ken Figueiredo <[email protected]>
- Loading branch information
1 parent
8cde1d4
commit f535eab
Showing
8 changed files
with
11 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,18 +16,3 @@ jobs: | |
dockerfile: "Dockerfile" | ||
always_pull: true | ||
push: false | ||
|
||
apiary-init-docker-image: | ||
name: Apiary Init Container Docker Checks | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Ensure Apiary Init Docker Image Builds. | ||
uses: docker/[email protected] | ||
with: | ||
path: "initContainer" | ||
dockerfile: "initContainer/Dockerfile" | ||
always_pull: true | ||
push: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,23 +22,4 @@ jobs: | |
repository: expediagroup/apiary-metastore-core | ||
username: ${{ secrets.DOCKER_HUB_USERNAME }} | ||
password: ${{ secrets.DOCKER_HUB_PASSWORD }} | ||
push: ${{ startsWith(github.ref, 'refs/tags/') }} | ||
|
||
apiary-init-docker-image: | ||
name: Apiary Init Container Docker Release | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Release Apiary Init Docker Image | ||
uses: docker/[email protected] | ||
with: | ||
path: "initContainer" | ||
dockerfile: "initContainer/Dockerfile" | ||
always_pull: true | ||
tag_with_ref: true | ||
repository: expediagroup/apiary-metastore-init-container | ||
username: ${{ secrets.DOCKER_HUB_USERNAME }} | ||
password: ${{ secrets.DOCKER_HUB_PASSWORD }} | ||
push: ${{ startsWith(github.ref, 'refs/tags/') }} | ||
push: ${{ startsWith(github.ref, 'refs/tags/') } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
initContainer/allow-grant.sh → files/allow-grant.sh
100644 → 100755
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.