Skip to content

Commit 4cc461c

Browse files
committed
CD: publish to ocrd/detectron2 instead of bertsky/ocrd_detectron2
1 parent 4c68bd1 commit 4cc461c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Docker Image CI
33
on:
44
push:
55
branches: [ "master" ]
6-
workflow_dispatch: # run manually
6+
workflow_dispatch:
77

88
env:
9-
DOCKER_TAGNAME: bertsky/ocrd_detectron2
9+
DOCKER_TAGNAME: ocrd/detectron2
1010

1111
jobs:
1212

@@ -32,12 +32,12 @@ jobs:
3232
- name: Push image to Dockerhub
3333
run: docker push ${{ env.DOCKER_TAGNAME }}
3434
- name: Alias the Docker image for GHCR
35-
run: docker tag ${{ env.DOCKER_TAGNAME }} ghcr.io/${{ env.DOCKER_TAGNAME }}
35+
run: docker tag ${{ env.DOCKER_TAGNAME }} ghcr.io/bertsky/ocrd_detectron2
3636
- name: Login to GitHub Container Registry
3737
uses: docker/login-action@v2
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Push image to Github Container Registry
43-
run: docker push ghcr.io/${{ env.DOCKER_TAGNAME }}
43+
run: docker push ghcr.io/bertsky/ocrd_detectron2

0 commit comments

Comments
 (0)