Skip to content

Commit

Permalink
release: v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexb committed Sep 3, 2023
1 parent 46ef6a5 commit d7f085d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v2
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
ssh-username: ${{ secrets.SSH_USERNAME }}
ssh-key: ${{ secrets.SSH_KEY }}
ssh-port: ${{ secrets.SSH_PORT }}
image: ${{ secrets.GHCR_MIRROR }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
dyups-server: ${{ secrets.DYUPS_SERVER }}
dyups-token: ${{ secrets.DYUPS_TOKEN }}
domain: ${{ env.DOMAIN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-oauth-app",
"description": "第三方登录WEB网站示例",
"version": "1.1.3",
"version": "1.1.4",
"author": "xuexb <[email protected]>",
"prefix": "",
"scripts": {
Expand Down

0 comments on commit d7f085d

Please sign in to comment.