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 6, 2025
1 parent 2be3aa6 commit bca476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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/ml:latest .
- name: Publish
if: github.repository == 'rocker-org/ml'
run: docker push ghcr.io/rocker/ml:latest
Expand Down

0 comments on commit bca476f

Please sign in to comment.