Skip to content

Commit

Permalink
changed name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
glaisney committed Feb 15, 2024
1 parent d51115d commit 058d138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Build and push Docker image
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t p2m2/docker-XcmsViewer:latest .
docker push p2m2/docker-XcmsViewer:latest
docker buildx build --platform linux/amd64,linux/arm64 -t p2m2/docker-xcmsviewer:latest .
docker push p2m2/docker-xcmsviewer:latest

0 comments on commit 058d138

Please sign in to comment.