Skip to content

Commit c636af0

Browse files
committed
change registry to index.docker.io
1 parent 31e00ef commit c636af0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55

66
jobs:
77
push-to-registry:
8-
name: Build Docker and push to registry
8+
name: Push to registry
99
strategy:
1010
matrix:
1111
include:
12-
- registry: 'docker.io'
12+
# - registry: 'docker.io'
1313
- registry: 'ghcr.io'
1414
runs-on: ubuntu-latest
1515
permissions:
@@ -44,7 +44,8 @@ jobs:
4444

4545
- name: Generate artifact attestation
4646
uses: actions/attest-build-provenance@v1
47+
id: attest
4748
with:
48-
subject-name: ${{ matrix.registry }}/tuanngocptn/sentry-telegram-webhook
49+
subject-name: index.docker.io/tuanngocptn/sentry-telegram-webhook
4950
subject-digest: ${{ steps.push.outputs.digest }}
5051
push-to-registry: true

0 commit comments

Comments
 (0)