diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5bb28f2f..3ada7353 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,8 @@ on: permissions: contents: read + packages: write + attestations: write id-token: write jobs: @@ -33,6 +35,8 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - uses: actions/checkout@v3 + with: + fetch-tags: "true" - uses: docker/login-action@v3 with: registry: ghcr.io