Skip to content

Commit

Permalink
HPCC-30575 Fix export from docker/build-push-action for jf cli to acc…
Browse files Browse the repository at this point in the history
…ess image

Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner authored and ghalliday committed Oct 19, 2023
1 parent 68f9371 commit bdb7b12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,14 @@ jobs:
echo "$k8s_pkg_file"
- name: Create Docker Image (internal)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: ${{ matrix.ln && matrix.container && !matrix.documentation }}
with:
builder: ${{ steps.buildx.outputs.name }}
file: ${{ needs.preamble.outputs.folder_platform }}/dockerfiles/vcpkg/platform-core-${{ matrix.os }}/Dockerfile
context: ${{ needs.preamble.outputs.folder_build }}
push: false
load: true
build-args: |
PKG_FILE=${{ steps.ln-container.outputs.k8s_pkg_file }}
tags: |
Expand Down

0 comments on commit bdb7b12

Please sign in to comment.