diff --git a/.github/pull_request-template.md b/.github/pull_request_template.md similarity index 100% rename from .github/pull_request-template.md rename to .github/pull_request_template.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb9cf94..1ae95f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,13 +40,10 @@ packages: write env: REGISTRY: ghcr.io - IMAGE_NAME: issue_metrics # different than repo name (underscore instead of dash) + IMAGE_NAME: github/issue_metrics # different than repo name (underscore instead of dash) steps: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - driver-opts: | - image=moby/buildkit:v0.13.1 - name: Log in to the Container registry uses: docker/login-action@v3 with: