Skip to content

Commit

Permalink
Re-generate docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent 16028c6 commit 3503fec
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,14 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
# - uses: actions/checkout@v3
# -
# name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ vars.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v3


# - name: Build and push the image
# run : |
# docker login --username EvertBunschoten --password ${{ secrets.GHCR_TOKEN }} ghcr.io
# docker build . --file ./docker/build/Dockerfile_test --tag ghcr.io/evertbunschoten/su2dataminer_test:latest
# docker push ghcr.io/evertbunschoten/su2dataminer_test:latest
- name: Build and push the image
run : |
docker login --username EvertBunschoten --password ${{ secrets.GHCR_TOKEN }} ghcr.io
docker build . --file ./docker/build/Dockerfile_test --tag ghcr.io/evertbunschoten/su2dataminer_test:latest
docker push ghcr.io/evertbunschoten/su2dataminer_test:latest
# -
# name: Build and push
# uses: docker/build-push-action@v6
Expand All @@ -51,8 +42,8 @@ jobs:
# entrypoint: /bin/rm
# args: -rf install install_bin.tgz src ccache

- name: Run regression tests
uses: docker://ghcr.io/evertbunschoten/su2dataminer_test:latest
with:
args: -b ${{ github.ref }} -s run_regression.py
# - name: Run regression tests
# uses: docker://ghcr.io/evertbunschoten/su2dataminer_test:latest
# with:
# args: -b ${{ github.ref }} -s run_regression.py

0 comments on commit 3503fec

Please sign in to comment.