Skip to content

Commit

Permalink
WIP:
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jul 17, 2024
1 parent e99e5d9 commit 8d44b7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/prebuild-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
"ubuntu-22.04",
"ubuntu-20.04",
"rockylinux-8",
"centos-7",
"centos-8",
]
fail-fast: false
Expand Down Expand Up @@ -86,11 +87,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Pull previous images
run: |
docker pull hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.sha_short }} || true
docker pull hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.vcpkg_tag }} || true
- name: Build ${{ matrix.os }} image
uses: docker/build-push-action@v5
with:
Expand All @@ -108,3 +104,5 @@ jobs:
cache-from: |
type=registry,ref=hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.sha_short }}
type=registry,ref=hpccsystems/platform-build-base-${{ matrix.image }}:${{ steps.vars.outputs.vcpkg_tag }}
type=registry,ref=hpccsystems/platform-build-base-${{ matrix.image }}:hpcc-platform-9.6.x
type=registry,ref=hpccsystems/platform-build-base-${{ matrix.image }}:hpcc-platform-9.4.x

0 comments on commit 8d44b7c

Please sign in to comment.