File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 39
39
contents : read
40
40
packages : write
41
41
env :
42
- REGISTRY : ghcr.io
43
- IMAGE_NAME : ${{ github.repository }}
42
+ IMAGE_NAME : terminusdb/vectorlink
44
43
45
44
steps :
46
45
- name : Checkout repository
@@ -49,15 +48,14 @@ jobs:
49
48
- name : Log in to the Container registry
50
49
uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
51
50
with :
52
- registry : ${{ env.REGISTRY }}
53
- username : ${{ github.actor }}
54
- password : ${{ secrets.GITHUB_TOKEN }}
51
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
52
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
55
53
56
54
- name : Extract metadata (tags, labels) for Docker
57
55
id : meta
58
56
uses : docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
59
57
with :
60
- images : ${{ env.REGISTRY }}/${{ env. IMAGE_NAME }}
58
+ images : ${{ env.IMAGE_NAME }}
61
59
62
60
- name : Build and push Docker image
63
61
uses : docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
You can’t perform that action at this time.
0 commit comments