Skip to content

Move the containers build to CI#37

Draft
chris-zen wants to merge 1 commit into
developfrom
dev/containers-ci
Draft

Move the containers build to CI#37
chris-zen wants to merge 1 commit into
developfrom
dev/containers-ci

Conversation

@chris-zen
Copy link
Copy Markdown
Collaborator

No description provided.

@chris-zen chris-zen force-pushed the dev/containers-ci branch 2 times, most recently from ba10ebf to 9ae362c Compare August 8, 2024 08:28
@FedericaBrando FedericaBrando linked an issue Aug 8, 2024 that may be closed by this pull request
4 tasks
Comment thread build/containers/cbase/Dockerfile Outdated
Comment thread build/containers/deconstructsig/Dockerfile Outdated
Comment thread build/containers/deconstructsig/Dockerfile Outdated
Comment thread build/containers/dndscv/Dockerfile Outdated
Comment thread build/containers/hotmaps/Dockerfile Outdated
Comment thread build/containers/hotmaps/Dockerfile Outdated
Comment thread build/containers/oncodriveclustl/Dockerfile Outdated
Comment thread build/containers/oncodrivefml/Dockerfile Outdated
Comment thread build/containers/signature/Dockerfile Outdated
Comment thread core/Dockerfile Outdated
@chris-zen chris-zen force-pushed the dev/containers-ci branch 6 times, most recently from 65c537c to 208680e Compare August 11, 2024 23:11
Comment on lines +100 to +120
push:
name: Push
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
needs:
- build

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Login to DockerHub
if: ${{ env.DOCKER_USERNAME != '' }}
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

- name: Push Docker images
if: ${{ env.DOCKER_USERNAME != '' }}
run: |
build/containers/build.sh --dry-run --skip-build --push --all-containers
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pushing of container should be to the bbglab/ repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IntOGen-plus | build container improvement

2 participants