Skip to content

Commit

Permalink
Push to quay.io on build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 19, 2024
1 parent c960d2c commit 0e47cc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ jobs:
- name: Build image with Dockerfile & repo2docker
uses: jupyterhub/repo2docker-action@master
with:
NO_PUSH: true
IMAGE_NAME: test
# Don't push the image during a PR build
NO_PUSH: "${{ github.event_name == 'pull_request' }}"
# Provide the username and password. These are empty when we are in a PR
DOCKER_USERNAME: ${{ secrets.QUAY_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
DOCKER_REGISTRY: "quay.io"
IMAGE_NAME: quay.io/2i2c/cellmap-segmentation-challenge-evaluator

0 comments on commit 0e47cc8

Please sign in to comment.