mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
4
.github/workflows/docker-pr.yml
vendored
4
.github/workflows/docker-pr.yml
vendored
@@ -30,11 +30,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
source: .
|
source: .
|
||||||
push: true
|
push: true
|
||||||
|
sbom: true
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
set: |
|
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:
|
containerbuild:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ target "osiris" {
|
|||||||
]
|
]
|
||||||
pull = true
|
pull = true
|
||||||
tags = [
|
tags = [
|
||||||
"ghcr.io/techarohq/osiris:${GITHUB_SHA}",
|
"ghcr.io/techarohq/anubis/osiris:${GITHUB_SHA}",
|
||||||
"ghcr.io/techarohq/osiris:main"
|
"ghcr.io/techarohq/anubis/osiris:main"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user