Skip to content

Commit

Permalink
Merge pull request #356 from alanbchristie/staging
Browse files Browse the repository at this point in the history
Fix push
  • Loading branch information
alanbchristie authored Oct 27, 2022
2 parents f22e924 + 0c41a73 commit b26c5ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b26c5ec

Please sign in to comment.