We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d5fc5 commit 6144a43Copy full SHA for 6144a43
.github/action/action.yaml
@@ -3,7 +3,10 @@ description: 'OrientDB website deploy'
3
author: 'Tglman'
4
runs:
5
using: 'docker'
6
- image: 'Dockerfile'
+ image: 'ghcr.io/orientechnologies/orientechnologies.github.io:main'
7
+ credentials:
8
+ username: ${{ github.actor }}
9
+ password: ${{ secrets.github_token }}
10
branding:
11
icon: 'zap'
12
color: 'green'
0 commit comments