Skip to content

Commit

Permalink
修改image
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveU3th committed May 24, 2024
1 parent e614a19 commit bab1ee9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Build and Push Docker Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

# - name: Save dev version info
# run: |
# HASH=$(git rev-parse --short=7 HEAD)
# echo "dev-$HASH" > VERSION
- name: Save dev version info
run: |
HASH=$(git rev-parse --short=7 HEAD)
echo "dev-$HASH" > VERSION
# - name: Save Tag version info
# if: startsWith(github.ref, 'refs/tags/')
# run: |
# git describe --tags > VERSION
- name: Save Tag version info
if: startsWith(github.ref, 'refs/tags/')
run: |
git describe --tags > VERSION
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit bab1ee9

Please sign in to comment.