ci(docs): make a new docker image for the docs per commit sha (#831)
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
f6b94dca98
commit
c8f2eb1185
2 changed files with 8 additions and 2 deletions
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
|
|
@ -36,6 +36,9 @@ jobs:
|
|||
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
|
||||
with:
|
||||
images: ghcr.io/techarohq/anubis/docs
|
||||
tags: |
|
||||
type=sha,format=long
|
||||
type=edge,branch=main
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
|
|
|
|||
5
.github/workflows/docs-test.yml
vendored
5
.github/workflows/docs-test.yml
vendored
|
|
@ -24,7 +24,10 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
|
||||
with:
|
||||
images: ghcr.io/${{ github.repository }}/docs
|
||||
images: ghcr.io/techarohq/anubis/docs
|
||||
tags: |
|
||||
type=sha,format=long
|
||||
type=edge,branch=main
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue