Skip to content

Commit fa574e8

Browse files
Update docker-publish.yml
1 parent 46dd363 commit fa574e8

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
@@ -27,9 +27,9 @@ jobs:
2727
- name: Build Docker image
2828
run: |
2929
make build
30-
docker build -t ghcr.io/your-org/js2-gateway:latest -t ghcr.io/your-org/js2-gateway:${{ github.sha }} .
30+
docker build -t ghcr.io/geochemical-modeling/js2-gateway:latest -t ghcr.io/geochemical-modeling/js2-gateway:${{ github.sha }} .
3131
3232
- name: Push Docker image
3333
run: |
3434
docker push ghcr.io/geochemical-modeling/js2-gateway:latest
35-
docker push ghcr.io/your-org/js2-gateway:${{ github.sha }}
35+
docker push ghcr.io/geochemical-modeling/js2-gateway:${{ github.sha }}

0 commit comments

Comments
 (0)