Skip to content

Commit

Permalink
(BI-5142) fix: release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Dec 19, 2023
1 parent 0011eff commit e08ba16
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
env:
image_tag: "$${{ env.cr_url }}/${{ matrix.image_name }}:${{ github.event.inputs.version }}"

- name: Push latest tag
if: ${{ github.event.inputs.make_latest == 'true' }}
run: |
echo "Pushing latest image"
docker tag ${{ env.image_url_rc }} ${{ env.image_tag }}
docker push ${{ env.image_tag }}
env:
image_tag: "$${{ env.cr_url }}/${{ matrix.image_name }}:latest"

release:
name: "Create release"
needs: [push_images]
Expand Down

0 comments on commit e08ba16

Please sign in to comment.