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 c5578bc commit 9e7cf40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Build the Docker image
if: github.repository == 'rocker-org/ml'
run: docker build --no-cache --tag ghcr.io/rocker-org/ml:latest .
- name: Publish to GHCR
if: github.repository == 'rocker-org/ml'
run: docker push ghcr.io/rocker-org/ml:latest
# - name: Publish to GHCR
# if: github.repository == 'rocker-org/ml'
# run: docker push ghcr.io/rocker-org/ml:latest
- name: Publish to Docker Hub
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit 9e7cf40

Please sign in to comment.