File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 6262 push : true
6363 tags : |
6464 ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:${{ env.VERSION }}
65- ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:latest
65+ ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:latest
66+
67+ - name : Build and Push MINIO Image
68+ uses : docker/build-push-action@v2
69+ with :
70+ context : ./minio
71+ file : ./minio/Dockerfile
72+ push : true
73+ tags : |
74+ ${{ secrets.DOCKER_USERNAME }}/dcor-minio:${{ env.VERSION }}
75+ ${{ secrets.DOCKER_USERNAME }}/dcor-minio:latest
Original file line number Diff line number Diff line change 3939 file : ./ckan/Dockerfile.dev # Build dcor image from dev
4040 push : false
4141 tags : ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:test-build-only
42+
43+ - name : Build MINIO Image
44+ uses : docker/build-push-action@v2
45+ with :
46+ context : ./minio
47+ file : ./minio/Dockerfile
48+ push : false
49+ tags : ${{ secrets.DOCKER_USERNAME }}/dcor-minio:test-build-only
You can’t perform that action at this time.
0 commit comments