Skip to content

Conversation

@chris-zen
Copy link
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
@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
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

3 participants