Skip to content

Commit 058d138

Browse files
committed
changed name to lower case
1 parent d51115d commit 058d138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Build and push Docker image
2323
run: |
2424
docker buildx create --use
25-
docker buildx build --platform linux/amd64,linux/arm64 -t p2m2/docker-XcmsViewer:latest .
26-
docker push p2m2/docker-XcmsViewer:latest
25+
docker buildx build --platform linux/amd64,linux/arm64 -t p2m2/docker-xcmsviewer:latest .
26+
docker push p2m2/docker-xcmsviewer:latest

0 commit comments

Comments
 (0)