Skip to content

Commit

Permalink
Update Publish Package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Jan 5, 2022
1 parent e4ea1eb commit 4dd9d2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Publish Package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- 'Dockerfile'
- '.github/workflows/**'
branches: [main]
tags: ["*"]

jobs:
build:
Expand All @@ -24,4 +23,4 @@ jobs:
tag: latest
dockerServer: ghcr.io
dockerUser: ${{ secrets.DOCKER_USERNAME }} # dockerServer Username 在setting创建secrets name=DOCKER_USERNAME value=dockerid
dockerPassword: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token
dockerPassword: ${{ secrets.GITHUB_TOKEN }} # dockerServer Token

0 comments on commit 4dd9d2c

Please sign in to comment.