Skip to content

Commit

Permalink
Merge pull request #80 from adamkpickering/fix-tag-triggered-release-…
Browse files Browse the repository at this point in the history
…workflow

Fix tag-triggered release workflow
  • Loading branch information
adamkpickering authored Apr 16, 2024
2 parents b4fc8e1 + 9de5d0b commit 108b9ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Build and push
uses: docker/build-push-action@v5
env:
IMAGE_TAG: ${{ inputs.imageTag || 'rancher/istio-installer' }}
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ inputs.imageTag }}:${{ github.ref_name }}
tags: ${{ env.IMAGE_TAG }}:${{ github.ref_name }}

0 comments on commit 108b9ad

Please sign in to comment.