Merge pull request #6099 from Ocelot-Social-Community/fix-deploy-branded

fix(other): deploy branded - upload to dockerhub
This commit is contained in:
Ulf Gebhardt 2023-03-08 23:48:36 +01:00 committed by GitHub
commit 3d0035ec88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,11 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.ref }}
- name: Download Docker Image (Backend)
uses: actions/download-artifact@v2
with: