We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dd363 commit fa574e8Copy full SHA for fa574e8
1 file changed
.github/workflows/docker-publish.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Build Docker image
28
run: |
29
make build
30
- docker build -t ghcr.io/your-org/js2-gateway:latest -t ghcr.io/your-org/js2-gateway:${{ github.sha }} .
+ docker build -t ghcr.io/geochemical-modeling/js2-gateway:latest -t ghcr.io/geochemical-modeling/js2-gateway:${{ github.sha }} .
31
32
- name: Push Docker image
33
34
docker push ghcr.io/geochemical-modeling/js2-gateway:latest
35
- docker push ghcr.io/your-org/js2-gateway:${{ github.sha }}
+ docker push ghcr.io/geochemical-modeling/js2-gateway:${{ github.sha }}
0 commit comments