Skip to content

Commit

Permalink
ci: shortlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzc19 committed Jul 5, 2024
1 parent fe60a51 commit 1965725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/shortlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
run: |
cd v-demo/shortlink
./gradlew bootJar
- name: Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry'
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion v-demo/shortlink/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# shortlink

短链系统demo
短链系统demo

0 comments on commit 1965725

Please sign in to comment.