Skip to content

Commit ad4b961

Browse files
committed
and now?
1 parent a2539d7 commit ad4b961

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-and-dockerize.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
dockerize:
55
default: true
66
type: boolean
7+
pub
78
uploadJavaScriptArtifacts:
89
type: boolean
910
default: false
@@ -122,8 +123,8 @@ jobs:
122123
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
123124
with:
124125
registry: ${{ inputs.registry }}
125-
username: theguild-bot
126-
password: ${{ secrets.BOT_GITHUB_TOKEN }}
126+
username: ${{ github.actor }}
127+
password: ${{ secrets.GITHUB_TOKEN }}
127128

128129
- uses: frabert/replace-string-action@b6828c5a4cb6371753ff873b0d1c4c4fbd9a63cb # v2.5
129130
id: branch_name_fix
@@ -216,8 +217,8 @@ jobs:
216217
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
217218
with:
218219
registry: ${{ inputs.registry }}
219-
username: ${{ github.actor }}
220-
password: ${{ secrets.GITHUB_TOKEN }}
220+
username: theguild-bot
221+
password: ${{ secrets.BOT_GITHUB_TOKEN }}
221222

222223
- name: 'publish docker multiarch manifest (tag: ${{ inputs.imageTag }})'
223224
run: |

0 commit comments

Comments
 (0)