We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf26036 commit 62fed1fCopy full SHA for 62fed1f
.github/workflows/build.yaml
@@ -90,7 +90,7 @@ jobs:
90
id: version
91
run: |
92
version=$(echo "${{ github.ref }}" | awk -F"/" '{print $NF}' )
93
- echo "::set-output name=version::$version"
+ echo "version=$version" >> $GITHUB_OUTPUT
94
95
- name: Set up QEMU
96
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
@@ -109,7 +109,7 @@ jobs:
109
with:
110
platforms: linux/amd64,linux/arm64
111
push: true
112
- tags: ${{ github.repository_owner }}/terramaid:${{ steps.version.outputs.version }}
+ tags: rosesecurity/terramaid:${{ steps.version.outputs.version }}
113
114
homebrew:
115
name: "Bump Homebrew Formula"
0 commit comments