|
54 | 54 | tags: cogstacksystems/cogstack-nifi:dev-latest |
55 | 55 | push: true |
56 | 56 |
|
57 | | - - name: Build and push Docker Jupyter image |
58 | | - uses: docker/build-push-action@v5 |
59 | | - with: |
60 | | - platforms: linux/amd64,linux/arm64 |
61 | | - context : ./services/jupyter-hub |
62 | | - file : "./services/jupyter-hub/Dockerfile" |
63 | | - allow: network.host |
64 | | - github-token: ${{ github.token }} |
65 | | - tags: cogstacksystems/jupyter-hub:dev-latest |
66 | | - push: true |
67 | | - |
68 | 57 | - name: Build and push Docker NiFi-Nginx image |
69 | 58 | uses: docker/build-push-action@v5 |
70 | 59 | with: |
|
76 | 65 | tags: cogstacksystems/nifi-nginx:dev-latest |
77 | 66 | push: true |
78 | 67 |
|
79 | | - - name: Build and push Docker Jupyter singleuser image |
80 | | - uses: docker/build-push-action@v5 |
81 | | - with: |
82 | | - platforms: linux/amd64,linux/arm64 |
83 | | - context : ./services/jupyter-hub |
84 | | - file : "./services/jupyter-hub/Dockerfile_singleuser" |
85 | | - allow: network.host |
86 | | - github-token: ${{ github.token }} |
87 | | - tags: cogstacksystems/jupyter-singleuser:dev-latest |
88 | | - push: true |
89 | | - |
90 | | - - name: Build and push Docker Jupyter singleuser GPU image |
91 | | - uses: docker/build-push-action@v5 |
92 | | - with: |
93 | | - platforms: linux/amd64,linux/arm64 |
94 | | - context : ./services/jupyter-hub |
95 | | - file : "./services/jupyter-hub/Dockerfile_singleuser_gpu" |
96 | | - allow: network.host |
97 | | - github-token: ${{ github.token }} |
98 | | - tags: cogstacksystems/jupyter-singleuser-gpu:dev-latest |
99 | | - push: true |
100 | | - |
101 | 68 | - name: Image digest |
102 | 69 | run: echo ${{ steps.docker_build.outputs.digest }} |
0 commit comments