Skip to content

Commit

Permalink
Merge pull request #130 from pSchlarb/NodeDockerfileMerge
Browse files Browse the repository at this point in the history
Node dockerfile merge & Dispatchable Workflow
  • Loading branch information
WadeBarnes committed Mar 27, 2023
2 parents c047aac + 5471429 commit 19da829
Show file tree
Hide file tree
Showing 8 changed files with 457 additions and 205 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/callable_test-automation-extention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./system/docker/node
file: ./system/docker/node/Dockerfile.extention
file: ./system/docker/node/Dockerfile.node
push: false
tags: ${{ steps.prep.outputs.tags }}
labels: |
Expand All @@ -212,6 +212,8 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
build-args: |
EXTENTION_DEB=${{ env.INPUT_DEBNAME }}
CALL_FROM_EXTENTION=yes
CALL_FROM_NODE=no
outputs: type=docker,dest=/tmp/node_image_${{ env.INPUT_UBUNTUVERSION }}.tar
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/callable_test-automation-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
build-args: |
EXTENTION_DEB=${{ env.INPUT_DEBNAME }}
CALL_FROM_EXTENTION=no
CALL_FROM_NODE=yes
outputs: type=docker,dest=/tmp/node_image_${{ env.INPUT_UBUNTUVERSION }}.tar
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
Expand Down

0 comments on commit 19da829

Please sign in to comment.