Skip to content

Commit

Permalink
fix: 👷 fix ci build reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Oct 8, 2024
1 parent 7f1785c commit 17d85d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
outputs:
tags:
type: string
value: ${{ jobs.build.outputs.image_tag }}
jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: build-backend
runs-on: ubuntu-latest
container:
image: ${{ needs.build-backend.outputs.image_tag }}
image: ${{ needs.build-backend.outputs.tags }}
env:
AWS_REGION: gra
AWS_DEFAULT_REGION: gra
Expand Down

0 comments on commit 17d85d3

Please sign in to comment.