Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 13, 2024
1 parent e0f914c commit 950b033
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
fi
fi
tags="groonga/mroonga:${version}"
tag="groonga/mroonga:${version}"
tags="${tag}"
if [ "${version}" = "mysql-8.0-latest" ]; then
tags="${tags},groonga/mroonga:latest"
fi
echo "::set-output name=push::${push}"
echo "::set-output name=tags::${tag}"
echo "::set-output name=tags::${tags}"
- uses: actions/checkout@v4
- uses: docker/login-action@v3
Expand Down Expand Up @@ -69,4 +71,4 @@ jobs:
run: |
test/build.sh \
"${{ matrix.id }}" \
"${{ steps.parse.outputs.tags }}"
"${{ steps.parse.outputs.tag }}"

0 comments on commit 950b033

Please sign in to comment.