This repository was archived by the owner on Oct 5, 2023. It is now read-only.
Commit 58880d8 1 parent 92dbd3c commit 58880d8 Copy full SHA for 58880d8
File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 10
10
- ' releases/**'
11
11
12
12
pull_request :
13
- types : [opened, synchronize]
13
+ types :
14
+ - opened
15
+ - synchronize
14
16
paths-ignore :
15
17
- ' *.md'
16
18
17
19
release :
18
- types : [ published ]
20
+ types :
21
+ - published
19
22
20
23
workflow_dispatch :
21
24
@@ -57,10 +60,12 @@ jobs:
57
60
push : true
58
61
tags : ${{ env.DOCKER_BASE_NAME }}:${{ github.event.release.tag_name }}
59
62
60
- - name : Update Docker Hub description
61
- if : github.event_name == 'push' && github.ref == 'refs/heads/master'
62
- uses : peter-evans/dockerhub-description@v2
63
- with :
64
- username : ${{ secrets.DOCKERHUB_USERNAME }}
65
- password : ${{ secrets.DOCKERHUB_TOKEN }}
66
- repository : ${{ env.DOCKER_BASE_NAME }}
63
+ # 2FA を無効化する必要がある
64
+ # https://github.com/peter-evans/dockerhub-description#action-inputs
65
+ # - name: Update Docker Hub description
66
+ # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
67
+ # uses: peter-evans/dockerhub-description@v2
68
+ # with:
69
+ # username: ${{ secrets.DOCKERHUB_USERNAME }}
70
+ # password: ${{ secrets.DOCKERHUB_TOKEN }}
71
+ # repository: ${{ env.DOCKER_BASE_NAME }}
You can’t perform that action at this time.
0 commit comments