Skip to content

Commit

Permalink
Merge pull request RayWangQvQ#697 from RayWangQvQ/develop
Browse files Browse the repository at this point in the history
Update publish-image.yml
  • Loading branch information
RayWangQvQ authored Apr 29, 2024
2 parents c974bde + a5f9f69 commit 69a78ad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
PublishImage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: GetTargetVersion
id: getTargetVersion
run: |
Expand All @@ -37,11 +40,6 @@ jobs:
fi
echo "TargetVersion: $TargetVersion"
echo "TargetVersion=$TargetVersion" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ steps.getTargetVersion.outputs.TargetVersion }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 69a78ad

Please sign in to comment.