Skip to content

Commit

Permalink
chore: [CP-603] Remove dockerfile and copy from marketplace repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynlovett committed Oct 24, 2023
1 parent 39503c8 commit 03a1ab0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 114 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ jobs:
repository: kiva/github-actions
token: ${{ env.GITHUB_PAT }}
path: .github/
- uses: snow-actions/sparse-checkout@v1.2.0
with:
repository: kiva/marketplace-web-ui-ci
token: ${{ env.GITHUB_PAT }}
path: .docker
ref: main
patterns: |
resources/org/kiva/marketplaceWebUiCi/ui
- name: move files
run: |
mv .docker/resources/org/kiva/marketplaceWebUiCi/ui/Dockerfile .
- name: docker-build
uses: ./.github/actions/docker-build-push
if: github.event_name == 'pull_request'
Expand All @@ -55,6 +66,17 @@ jobs:
repository: kiva/github-actions
token: ${{ env.GITHUB_PAT }}
path: .github/
- uses: snow-actions/sparse-checkout@v1.2.0
with:
repository: kiva/marketplace-web-ui-ci
token: ${{ env.GITHUB_PAT }}
path: .docker
ref: main
patterns: |
resources/org/kiva/marketplaceWebUiCi/ui
- name: move files
run: |
mv .docker/resources/org/kiva/marketplaceWebUiCi/ui/Dockerfile .
- name: docker-push
uses: ./.github/actions/docker-build-push
with:
Expand Down
114 changes: 0 additions & 114 deletions Dockerfile

This file was deleted.

0 comments on commit 03a1ab0

Please sign in to comment.