File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4141 file : ./nginx/Dockerfile
4242 push : true
4343 tags : |
44- ${{ secrets.DOCKER_USERNAME }}/dcor-nginx:${{ env.VERSION }}
45- ${{ secrets.DOCKER_USERNAME }}/dcor-nginx:latest
44+ ${{ secrets.DOCKER_REPO }}/dcor-nginx:${{ env.VERSION }}
45+ ${{ secrets.DOCKER_REPO }}/dcor-nginx:latest
4646
4747 - name : Build and Push PostgreSQL Image
4848 uses : docker/build-push-action@v2
5151 file : ./postgresql/Dockerfile
5252 push : true
5353 tags : |
54- ${{ secrets.DOCKER_USERNAME }}/dcor-postgresql:${{ env.VERSION }}
55- ${{ secrets.DOCKER_USERNAME }}/dcor-postgresql:latest
54+ ${{ secrets.DOCKER_REPO }}/dcor-postgresql:${{ env.VERSION }}
55+ ${{ secrets.DOCKER_REPO }}/dcor-postgresql:latest
5656
5757 - name : Build and Push CKAN Image
5858 uses : docker/build-push-action@v2
6161 file : ./ckan/Dockerfile.dev # Build dcor image from dev
6262 push : true
6363 tags : |
64- ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:${{ env.VERSION }}
65- ${{ secrets.DOCKER_USERNAME }}/dcor-ckan:latest
64+ ${{ secrets.DOCKER_REPO }}/dcor-ckan:${{ env.VERSION }}
65+ ${{ secrets.DOCKER_REPO }}/dcor-ckan:latest
6666
6767 - name : Build and Push MINIO Image
6868 uses : docker/build-push-action@v2
7171 file : ./minio/Dockerfile
7272 push : true
7373 tags : |
74- ${{ secrets.DOCKER_USERNAME }}/dcor-minio:${{ env.VERSION }}
75- ${{ secrets.DOCKER_USERNAME }}/dcor-minio:latest
74+ ${{ secrets.DOCKER_REPO }}/dcor-minio:${{ env.VERSION }}
75+ ${{ secrets.DOCKER_REPO }}/dcor-minio:latest
You can’t perform that action at this time.
0 commit comments