Skip to content

Commit

Permalink
#30-milestone3: add docker-image resource and job to build and publis…
Browse files Browse the repository at this point in the history
…h docker images to dockerhub
  • Loading branch information
vinayakasg18 committed Apr 16, 2022
1 parent b67420a commit 95bc763
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions deployment_scripts/concourse_cd/data_source_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,23 @@ jobs:
plan:
- get: git-ds
trigger: true
- put: build-image
params:
build: git-ds/datasource_service
- task:
privileged: true
config:
platform: linux
image_resource:
type: registry-image
source:
repository: concourse/oci-build-task
inputs:
- name: git-ds
outputs:
- name: milestone3
params:
CONTEXT: git-ds/datasource_service
UNPACK_ROOTFS: true
run:
path: build

- name: "deploy-application"
plan:
Expand Down

0 comments on commit 95bc763

Please sign in to comment.