mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-08 20:29:48 -04:00
ci: fix docker build
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
0aed7d3688
commit
dabbe63bb6
4
.github/workflows/docker-pr.yml
vendored
4
.github/workflows/docker-pr.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
||||
with:
|
||||
source: .
|
||||
push: true
|
||||
sbom: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
set: |
|
||||
osiris.tags=ttl.sh/techaro/pr-${{ github.event.number }}/osiris
|
||||
osiris.tags+=ttl.sh/techaro/pr-${{ github.event.number }}/osiris:24h
|
||||
osiris.tags=ttl.sh/techaro/pr-${{ github.event.number }}/osiris:24h
|
||||
|
||||
containerbuild:
|
||||
runs-on: ubuntu-24.04
|
||||
|
@ -22,7 +22,7 @@ target "osiris" {
|
||||
]
|
||||
pull = true
|
||||
tags = [
|
||||
"ghcr.io/techarohq/osiris:${GITHUB_SHA}",
|
||||
"ghcr.io/techarohq/osiris:main"
|
||||
"ghcr.io/techarohq/anubis/osiris:${GITHUB_SHA}",
|
||||
"ghcr.io/techarohq/anubis/osiris:main"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user