Skip to content

Commit

Permalink
chore: Fix workflow expansion typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Jan 26, 2022
1 parent 2caccb9 commit fd50301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
docker.io/kiwigrid/k8s-sidecar:latest
docker.io/kiwigrid/k8s-sidecar:{{ steps.tagging.outputs.tag }}
docker.io/kiwigrid/k8s-sidecar:${{ steps.tagging.outputs.tag }}
quay.io/kiwigrid/k8s-sidecar:latest
quay.io/kiwigrid/k8s-sidecar:{{ steps.tagging.outputs.tag }}
quay.io/kiwigrid/k8s-sidecar:${{ steps.tagging.outputs.tag }}
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/[email protected]
Expand All @@ -63,6 +63,6 @@ jobs:
with:
tag_name: ${{ steps.tagging.outputs.tag }}
release_name: v${{ steps.tagging.outputs.tag }}
body: ${{steps.build_changelog.outputs.changelog}}
body: ${{ steps.build_changelog.outputs.changelog }}
draft: false
prerelease: false

0 comments on commit fd50301

Please sign in to comment.