mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Correct needs for 'upload_to_dockerhub'
This commit is contained in:
parent
050d0c3ea8
commit
d478a5af7e
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
##############################################################################
|
||||
# JOB: DOCKER BUILD COMMUNITY NEO4J ##########################################
|
||||
##############################################################################
|
||||
build_production_neo4j:
|
||||
build_branded_neo4j:
|
||||
name: Docker Build Branded - Neo4j Community
|
||||
runs-on: ubuntu-latest
|
||||
#needs: [nothing]
|
||||
@ -181,7 +181,7 @@ jobs:
|
||||
upload_to_dockerhub:
|
||||
name: Upload to Dockerhub
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_branded_backend,build_branded_webapp,build_branded_maintenance]
|
||||
needs: [build_branded_neo4j,build_branded_backend,build_branded_webapp,build_branded_maintenance]
|
||||
env:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user