mirror of
https://github.com/thomiceli/opengist.git
synced 2025-01-03 16:22:40 +00:00
Change docker tag
This commit is contained in:
parent
da19e486f2
commit
62711ff491
2 changed files with 3 additions and 3 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue