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 31e00ef commit c636af0Copy full SHA for c636af0
.github/workflows/docker-image.yml
@@ -5,11 +5,11 @@ on:
5
6
jobs:
7
push-to-registry:
8
- name: Build Docker and push to registry
+ name: Push to registry
9
strategy:
10
matrix:
11
include:
12
- - registry: 'docker.io'
+ # - registry: 'docker.io'
13
- registry: 'ghcr.io'
14
runs-on: ubuntu-latest
15
permissions:
@@ -44,7 +44,8 @@ jobs:
44
45
- name: Generate artifact attestation
46
uses: actions/attest-build-provenance@v1
47
+ id: attest
48
with:
- subject-name: ${{ matrix.registry }}/tuanngocptn/sentry-telegram-webhook
49
+ subject-name: index.docker.io/tuanngocptn/sentry-telegram-webhook
50
subject-digest: ${{ steps.push.outputs.digest }}
51
push-to-registry: true
0 commit comments