We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8660569 commit 482bb75Copy full SHA for 482bb75
.github/workflows/master-deployment.yml
@@ -79,7 +79,7 @@ jobs:
79
context: .
80
file: ./Dockerfile
81
push: true
82
- tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_ACCESS_TOKEN }}/neodash:2.2.2
+ tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.2.2
83
build-docker-legacy:
84
needs: build-test
85
runs-on: ubuntu-latest
@@ -170,4 +170,4 @@ jobs:
170
with:
171
token: ${{ secrets.DOCS_REFRESH_TOKEN }}
172
repository: neo4j-documentation/docs-refresh
173
- event-type: labs
+ event-type: labs
0 commit comments