Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cell-containerization-ExtractorH…
Browse files Browse the repository at this point in the history
…andler' into cell-containerization-ExtractorHandler
  • Loading branch information
AndyBRoswell committed Aug 27, 2024
2 parents 5fbb1f9 + 9b235b4 commit 3951ac1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ env:
DOCKER_FOLDER: ${{ inputs.docker_folder }}
TAG: ${{ inputs.tag }}
DOCKERHUB_IMAGE_ID: "qcdis/"
CELL_GITHUB: "https://github.com/QCDIS/NaaVRE-cells-test-3"
CELL_GITHUB_TOKEN: ${{ secrets.CELL_GITHUB_TOKEN }}

jobs:
build:
Expand All @@ -48,6 +50,19 @@ jobs:
container-name: app
timeout: 120

- name: Print all environment variables
run: |
echo 'envvar:'
env
- name: Capture Docker Logs
if: failure()
run: |
echo '-> envvar:'
env
echo '-> Capturing Docker logs ...'
docker logs app
- name: Login to github Registry
if: ${{ inputs.push }}
uses: docker/login-action@v3
Expand Down

0 comments on commit 3951ac1

Please sign in to comment.