Skip to content

Commit

Permalink
fix typo on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hv0905 committed May 12, 2024
1 parent bf05ffe commit 7712fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
SUFFIXES=(${{ matrix.configurations.suffixes }})
echo 'tags<<EOF' >> $GITHUB_OUTPUT
for SUFFIX in "${SUFFIXES[@]}"; do
echo '${{ steps.docker-meta.outputs.tags }}' | sed 's/$/'"$SUFFIX"'/' >> $GITUB_OUTPUT
echo '${{ steps.docker-meta.outputs.tags }}' | sed 's/$/'"$SUFFIX"'/' >> $GITHUB_OUTPUT
done
echo EOF >> $GITUB_OUTPUT
echo EOF >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 7712fee

Please sign in to comment.