Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek authored and sumo-drosiek committed Jan 9, 2023
1 parent 1800520 commit fb69657
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
run: echo "::set-output name=tag::$(echo ${GITHUB_REF#refs/tags/v})"
- name: Print container tag
run: echo "Running release build for ${{ steps.extract_tag.outputs.tag }}"
- name: Build tailing sidecar image
run: make build TAG=${{ env.SIDECAR_IMAGE }}:${{ steps.extract_tag.outputs.tag }}
working-directory: ./sidecar

- name: Set up QEMU
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down

0 comments on commit fb69657

Please sign in to comment.