ci: update df image to use latest hpx

also removes some old copies in dockerfile that were meant to reduce
image size. However, as many entities need to be copied now, we might
need to have a better approach for this (using make install maybe), and
copy everything that is necessary into the right place.
This commit is contained in:
youben11
2022-09-09 09:04:34 +01:00
committed by Ayoub Benaissa
parent 0cd9a7984d
commit f88cd95eaf
3 changed files with 5 additions and 33 deletions

View File

@@ -807,8 +807,8 @@ jobs:
- name: Build Tag and Publish
if: ${{ steps.login.conclusion != 'skipped' }}
run: |
docker build -t $IMAGE:libc_2_28 -f builders/Dockerfile.hpx-env .
docker push $IMAGE:libc_2_28
docker build -t $IMAGE -f builders/Dockerfile.hpx-env .
docker push $IMAGE:latest
- name: Is Image Built
id: is-built