File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Docker Image CI
3
3
on :
4
4
push :
5
5
branches : [ "master" ]
6
- workflow_dispatch : # run manually
6
+ workflow_dispatch :
7
7
8
8
env :
9
- DOCKER_TAGNAME : bertsky/ocrd_detectron2
9
+ DOCKER_TAGNAME : ocrd/detectron2
10
10
11
11
jobs :
12
12
@@ -32,12 +32,12 @@ jobs:
32
32
- name : Push image to Dockerhub
33
33
run : docker push ${{ env.DOCKER_TAGNAME }}
34
34
- 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
36
36
- name : Login to GitHub Container Registry
37
37
uses : docker/login-action@v2
38
38
with :
39
39
registry : ghcr.io
40
40
username : ${{ github.actor }}
41
41
password : ${{ secrets.GITHUB_TOKEN }}
42
42
- 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
You can’t perform that action at this time.
0 commit comments