diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index 4bd5b3b..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Docker - -on: - push: - branches: - - main - tags: - - v* - -jobs: - build-and-push: - name: Deploy Docker Image - runs-on: ubuntu-22.04 - - steps: - - name: Retrieve the source code - uses: actions/checkout@v3.4.0 - - - name: Build and push - uses: openzim/docker-publish-action@v10 - with: - image-name: openzim/ifixit - on-master: dev - tag-pattern: /^v([0-9.]+)$/ - latest-on-tag: true - restrict-to: openzim/ifixit - registries: ghcr.io - credentials: - GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }} - GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }} - repo_description: auto - repo_overview: auto