From cc6110bb4e0d92b65e3bae50bee92cadd2b45af4 Mon Sep 17 00:00:00 2001 From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:16:08 +0200 Subject: [PATCH] Remove Dev Docker image (#80) --- .github/workflows/go.yml | 44 ---------------------------------------- README.md | 7 ++----- 2 files changed, 2 insertions(+), 49 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 61556ef..4163bb6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -47,47 +47,3 @@ jobs: version: "2023.1.1" install-go: false cache-key: ${{ matrix.go }} - docker-build-latest: - if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} - needs: - - checks - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Docker meta - id: meta - uses: docker/metadata-action@v4 - with: - images: | - ghcr.io/thomiceli/opengist - tags: | - type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to GitHub Container Registry - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v4 - with: - context: . - platforms: linux/amd64,linux/arm64 - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max diff --git a/README.md b/README.md index 5749fff..30253ac 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,10 @@ A self-hosted pastebin **powered by Git**. [Try it here](https://opengist.thomic ### With Docker -Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release (`latest`) -and last development commit (`dev`) : +Docker [images](https://github.com/thomiceli/opengist/pkgs/container/opengist) are available for each release : ```shell -docker pull ghcr.io/thomiceli/opengist # most recent release - -docker pull ghcr.io/thomiceli/opengist:dev # latest development version +docker pull ghcr.io/thomiceli/opengist:1.4 ``` It can be used in a `docker-compose.yml` file :