diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 1b97360..8dc91bb 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -25,7 +25,6 @@ jobs: python3 -m pytest --import-mode=append tests/ build-dev: - # if: github.ref == 'refs/heads/dev' needs: unit-tests runs-on: ubuntu-latest defaults: @@ -35,12 +34,6 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - # - name: Set up QEMU - # uses: docker/setup-qemu-action@v1 - - # - name: Set up Docker Buildx - # uses: docker/setup-buildx-action@v1 - - name: 'Login to GitHub Container Registry' uses: docker/login-action@v1 with: @@ -68,20 +61,6 @@ jobs: -f docker/Dockerfile \ --push . - # - name: "Build, Tag, and push the Docker image" - # env: - # IMAGE_NAME: ghcr.io/manimatter/decluttarr - # IMAGE_TAG: dev - # run: | - # docker buildx build \ <<<<<<<<<<<<<<<<<<<<< creates manifest issues... don't know how to solve that - # --platform linux/amd64,linux/arm64 \ <<<<<<<<<<<<<<<<<<<<< creates manifest issues... don't know how to solve that - # -t $IMAGE_NAME:$IMAGE_TAG \ - # --label com.decluttarr.version=$IMAGE_TAG \ - # --label com.decluttarr.commit=$SHORT_COMMIT_ID \ - # --build-arg IMAGE_TAG=$IMAGE_TAG \ - # --build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \ - # -f docker/Dockerfile \ - # --push . - name: "Delete untagged versions" uses: actions/delete-package-versions@v4