Skip to content

Commit

Permalink
Merge pull request #354 from alanbchristie/staging
Browse files Browse the repository at this point in the history
Fix multi-image tag
  • Loading branch information
alanbchristie authored Oct 27, 2022
2 parents 5c041ee + cf79a64 commit f22e924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Build
uses: docker/build-push-action@v2
with:
tags:
- ${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:${{ steps.vars.outputs.tag }}
- ${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:stable
tags: |
${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:${{ steps.vars.outputs.tag }}
${{ steps.vars.outputs.BE_NAMESPACE }}/fragalysis-backend:stable
- name: Test
run: >
docker-compose -f docker-compose.test.yml up
Expand Down

0 comments on commit f22e924

Please sign in to comment.