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 6768f57 commit a53b777Copy full SHA for a53b777
.github/workflows/build.yml
@@ -111,20 +111,3 @@ jobs:
111
env:
112
PR_URL: ${{ github.event.pull_request.html_url }}
113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114
-
115
- # Job is required to automatically publish an image for successfully merged dependabot's PR.
116
- # PR is merged with GITHUB_TOKEN and it does not trigger the workflow run on 'push'.
117
- # Executes only if 'automerge' is not skipped
118
- publish-on-automerge:
119
- needs: [meta, automerge]
120
121
- permissions:
122
- id-token: write
123
- contents: read
124
- attestations: write
125
- packages: write
126
127
- uses: ./.github/workflows/build-image.yml
128
- with:
129
- is-latest: ${{ github.event.pull_request.base.ref == 'main' }}
130
- publish-image: true
0 commit comments