Skip to content

Commit ad65c5b

Browse files
author
colinmcneil
committed
Switch back tp publicbot
1 parent 4886d1e commit ad65c5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/extension.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build and Push DD Extension
22

33
on:
44
release:
5-
types: [created]
6-
workflow_dispatch:
5+
types: [created, edited]
76

87
jobs:
98
build:
@@ -22,8 +21,8 @@ jobs:
2221
- name: Login to Docker Hub
2322
uses: docker/login-action@v3
2423
with:
25-
username: dockerbuildbot
26-
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
24+
username: dockerpublicbot
25+
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
2726

2827
- name: Build and push
2928
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)