From 0c41a737be014e575c4e1560a56362c4f22b078a Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Thu, 27 Oct 2022 14:00:30 +0100 Subject: [PATCH] Fix push --- .github/workflows/build-production.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-production.yaml b/.github/workflows/build-production.yaml index b16a0c68..5bc4b6cf 100644 --- a/.github/workflows/build-production.yaml +++ b/.github/workflows/build-production.yaml @@ -98,7 +98,9 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Push if: steps.vars.outputs.push == 'true' - run: docker push ${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:${{ steps.vars.outputs.tag }} + run: | + docker push ${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:${{ steps.vars.outputs.tag }} + docker push ${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:stable # Trigger the stack build for every tagged (production) build. - name: Trigger stack