Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 16, 2024
1 parent ff2f19e commit 789091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-gpu-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: Build the Docker image
if: github.repository == 'boettiger-lab/k8s'
run: docker build images/ -f Dockerfile.gpu --tag ghcr.io/boettiger-lab/k8s-gpu:latest
run: docker build images/ -f images/Dockerfile.gpu --tag ghcr.io/boettiger-lab/k8s-gpu:latest
- name: Publish
if: github.repository == 'boettiger-lab/k8s'
run: docker push ghcr.io/boettiger-lab/k8s-gpu:latest
Expand Down

0 comments on commit 789091e

Please sign in to comment.