Skip to content

Commit

Permalink
change registry to index.docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent 31e00ef commit c636af0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:

jobs:
push-to-registry:
name: Build Docker and push to registry
name: Push to registry
strategy:
matrix:
include:
- registry: 'docker.io'
# - registry: 'docker.io'
- registry: 'ghcr.io'
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -44,7 +44,8 @@ jobs:

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

0 comments on commit c636af0

Please sign in to comment.