Skip to content

Commit

Permalink
ci: fix container build (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio authored Nov 13, 2024
1 parent 1faa61e commit 552d16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
outputs:
indexer-service-rs: ${{ steps.release-please.outputs.['crates/service--tag_name'] }}
indexer-tap-agent: ${{ steps.release-please.outputs.['crates/tap-agent--tag_name'] }}
indexer-service-rs: ${{ steps.release-please.outputs['crates/service--tag_name'] }}
indexer-tap-agent: ${{ steps.release-please.outputs['crates/tap-agent--tag_name'] }}
steps:
- name: Release please
id: release-please
Expand Down

0 comments on commit 552d16b

Please sign in to comment.