Skip to content

Commit

Permalink
fix: remove curly braces
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Gürcan <[email protected]>
  • Loading branch information
gokaygurcan committed Jan 7, 2024
1 parent be627fe commit 9ea708d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
name: Version
run: |
grep -r "NGINX_VERSION=" Dockerfile | cut -d "=" -f 2 | cut -d " " -f 1
echo "::set-output name=version::$(grep -r "NGINX_VERSION=" Dockerfile | cut -d "=" -f 2 | cut -d " " -f 1)"
# echo "{version}={$(grep -r "NGINX_VERSION=" Dockerfile | cut -d "=" -f 2 | cut -d " " -f 1)}" >> $GITHUB_OUTPUT
# echo "::set-output name=version::$(grep -r "NGINX_VERSION=" Dockerfile | cut -d "=" -f 2 | cut -d " " -f 1)"
echo "version=$(grep -r "NGINX_VERSION=" Dockerfile | cut -d "=" -f 2 | cut -d " " -f 1)" >> $GITHUB_OUTPUT
nginx:
name: nginx
Expand Down

0 comments on commit 9ea708d

Please sign in to comment.