mirror of
https://github.com/dnlbauer/pdfact-service.git
synced 2026-09-10 22:25:30 +00:00
Update publish-docker.yml
This commit is contained in:
6
.github/workflows/publish-docker.yml
vendored
6
.github/workflows/publish-docker.yml
vendored
@@ -3,7 +3,7 @@ name: Docker Image CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
@@ -51,6 +51,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Automerge dependabot PR
|
- name: Automerge dependabot PR
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GH_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}
|
GH_TOKEN: ${{secrets.DEPENDABOT_TOKEN}}
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user