Skip to content

Commit

Permalink
Fix deprecated github env var used as a build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaiao committed Mar 13, 2024
1 parent c195671 commit f32b209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo ::set-output name=docker_platforms::${PLATFORMS}
echo ::set-output name=push::${PUSH}
echo ::set-output name=tags::${TAGS[@]}
echo ::set-env name=build::true
echo "build=true" >> $GITHUB_ENV
- if: env.build == 'true'
name: Login into Docker Hub
env:
Expand Down

0 comments on commit f32b209

Please sign in to comment.