Skip to content

Commit 62fed1f

Browse files
committed
chore: fix outputs and version
1 parent bf26036 commit 62fed1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
id: version
9191
run: |
9292
version=$(echo "${{ github.ref }}" | awk -F"/" '{print $NF}' )
93-
echo "::set-output name=version::$version"
93+
echo "version=$version" >> $GITHUB_OUTPUT
9494
9595
- name: Set up QEMU
9696
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
platforms: linux/amd64,linux/arm64
111111
push: true
112-
tags: ${{ github.repository_owner }}/terramaid:${{ steps.version.outputs.version }}
112+
tags: rosesecurity/terramaid:${{ steps.version.outputs.version }}
113113

114114
homebrew:
115115
name: "Bump Homebrew Formula"

0 commit comments

Comments
 (0)