Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Oct 2, 2024
1 parent 25f12ca commit 9af3299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
with:
context: ./frontend
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta-front.outputs.tags }}
labels: ${{ steps.meta-front.outputs.labels }}

- name: Build and push backend Docker image
uses: docker/build-push-action@v5
with:
context: ./backend
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta-back.outputs.tags }}
labels: ${{ steps.meta-back.outputs.labels }}

0 comments on commit 9af3299

Please sign in to comment.