Skip to content

Commit 6144a43

Browse files
committed
feat: set action to use published image
1 parent 33d5fc5 commit 6144a43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/action/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ description: 'OrientDB website deploy'
33
author: 'Tglman'
44
runs:
55
using: 'docker'
6-
image: 'Dockerfile'
6+
image: 'ghcr.io/orientechnologies/orientechnologies.github.io:main'
7+
credentials:
8+
username: ${{ github.actor }}
9+
password: ${{ secrets.github_token }}
710
branding:
811
icon: 'zap'
912
color: 'green'

0 commit comments

Comments
 (0)