Add more boilerplate (#10)

This commit is contained in:
Joakim Sørensen
2021-09-26 18:28:49 +02:00
committed by GitHub
parent 9a921b3d70
commit 8b111e9eed
7 changed files with 42 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ jobs:
run: |
if [[ "${{ steps.info.outputs.architectures }}" =~ ${{ matrix.arch }} ]]; then
echo "::set-output name=build_arch::true";
echo "::set-output name=image::$(echo '${{ steps.info.outputs.image }}' | cut -d'/' -f3)";
echo "::set-output name=image::$(echo ${{ steps.info.outputs.image }} | cut -d'/' -f3)";
if [[ -z "${{ github.head_ref }}" ]] && [[ "${{ github.event_name }}" == "push" ]]; then
echo "BUILD_ARGS=" >> $GITHUB_ENV;
fi