Skip to content

Commit

Permalink
fix quickdemo docker image github build workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujinsong committed Feb 21, 2024
1 parent e69c97b commit 0675723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Set Amoro Tag
id: tag
run: |
AMORO_TAG=${{ steps.meta.outputs.tags }} && echo "AMORO_TAG=${AMORO_TAG#*:}" >> $GITHUB_OUTPUT
AMORO_TAG=$(echo "${{ steps.meta.outputs.tags }}" | head -n 1) && echo "AMORO_TAG=${AMORO_TAG#*:}" >> $GITHUB_OUTPUT
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 0675723

Please sign in to comment.