Skip to content

Commit a7e7f73

Browse files
committed
Workflow updates.
1 parent 468743d commit a7e7f73

4 files changed

Lines changed: 1 addition & 215 deletions

File tree

.github/workflows/docker-dev.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ jobs:
5454
tags: cogstacksystems/cogstack-nifi:dev-latest
5555
push: true
5656

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-
6857
- name: Build and push Docker NiFi-Nginx image
6958
uses: docker/build-push-action@v5
7059
with:
@@ -76,27 +65,5 @@ jobs:
7665
tags: cogstacksystems/nifi-nginx:dev-latest
7766
push: true
7867

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-
10168
- name: Image digest
10269
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/docker-elasticsearch-stack_arm64.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.github/workflows/docker-nifi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
docker push cogstacksystems/cogstack-nifi:${{ env.RELEASE_VERSION }}-${{ matrix.platform }}
8383
8484
- name: Image digest
85-
run: echo ${{ steps.docker_build.outputs.digest }}
85+
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/docker-nifi_arm64.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)