Skip to content

Commit

Permalink
測試
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 17, 2024
1 parent 4187ef6 commit 0a40476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Show tags
- id: lastest_tag
name: Show tags
run: |
git fetch --tags
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "tag=$latest_tag" >> $GITHUB_OUTPUT
echo "tag=$latest_tag" >> "$GITHUB_OUTPUT"
echo "💡 Latest tag: $latest_tag"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 0a40476

Please sign in to comment.