Skip to content

Commit

Permalink
Merge pull request #17925 from Michael-Gardner/HPCC-30575-3
Browse files Browse the repository at this point in the history
HPCC-30575 Fix export from docker/build-push-action for jf cli to access image

Reviewed-By: Godji Fortil <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 19, 2023
2 parents d2d73fd + 8d9bc4e commit 813ba59
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 813ba59

Please sign in to comment.