fix deploy branded

This commit is contained in:
Ulf Gebhardt 2023-03-08 09:21:44 +01:00
parent 401152c2e8
commit 70354fa3e2
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

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: