Skip to content

Commit

Permalink
(ci) changed repo name to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Jul 18, 2023
1 parent 00ad342 commit dbc0a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Build Docker image
id: dockerbuild
run: |
docker build -t ghcr.io/TalusBio/flimsay:v$(python -c "import flimsay ; print(flimsay.__version__)") .
docker build -t ghcr.io/talusbio/flimsay:v$(python -c "import flimsay ; print(flimsay.__version__)") .
# Publish Docker
- name: Push the Docker image to the GHCR
if: github.event_name == 'push' && ${{ github.ref == 'refs/heads/release' }} && ${{ matrix.python-version == '3.10' }}
id: ghcr_push
run: |
docker push ghcr.io/TalusBio/flimsay:v$(python -c "import flimsay ; print(flimsay.__version__)")
docker push ghcr.io/talusbio/flimsay:v$(python -c "import flimsay ; print(flimsay.__version__)")

0 comments on commit dbc0a37

Please sign in to comment.