Change docker tag

This commit is contained in:
Thomas Miceli 2023-06-18 12:54:33 +02:00
parent da19e486f2
commit 62711ff491
No known key found for this signature in database
GPG key ID: D86C6F6390AF050F
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ jobs:
images: |
ghcr.io/thomiceli/opengist
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
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

View file

@ -56,9 +56,9 @@ A self-hosted pastebin **powered by Git**. [Try it here](https://opengist.thomic
A Docker [image](https://github.com/thomiceli/opengist/pkgs/container/opengist), available for each release, can be pulled
```shell
docker pull ghcr.io/thomiceli/opengist:1.3 # most recent release, stable
docker pull ghcr.io/thomiceli/opengist # most recent release
docker pull ghcr.io/thomiceli/opengist:latest # latest development version, unstable
docker pull ghcr.io/thomiceli/opengist:dev # latest development version
```
It can be used in a `docker-compose.yml` file :