We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4886d1e commit ad65c5bCopy full SHA for ad65c5b
.github/workflows/extension.yml
@@ -2,8 +2,7 @@ name: Build and Push DD Extension
2
3
on:
4
release:
5
- types: [created]
6
- workflow_dispatch:
+ types: [created, edited]
7
8
jobs:
9
build:
@@ -22,8 +21,8 @@ jobs:
22
21
- name: Login to Docker Hub
23
uses: docker/login-action@v3
24
with:
25
- username: dockerbuildbot
26
- password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
+ username: dockerpublicbot
+ password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
27
28
- name: Build and push
29
uses: docker/build-push-action@v5
0 commit comments