Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Feb 7, 2025
1 parent bca476f commit 2a7cbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: Build the Docker image
if: github.repository == 'rocker-org/ml'
run: docker build --no-cache --tag ghcr.io/rocker/ml:latest .
run: docker build --no-cache --tag ghcr.io/rocker-org/ml:latest .
- name: Publish
if: github.repository == 'rocker-org/ml'
run: docker push ghcr.io/rocker/ml:latest
run: docker push ghcr.io/rocker-org/ml:latest

0 comments on commit 2a7cbbf

Please sign in to comment.