diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31180e4..59557b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} + IMAGE_NAME: dbtest # ${{ github.repository }} jobs: #pypi-build-dist-artefacts-and-publish: @@ -38,7 +38,6 @@ jobs: permissions: contents: read packages: write - # steps: - name: Checkout repository uses: actions/checkout@v4