fixing manifest list issue
This commit is contained in:
parent
d42da15626
commit
55364a67ee
@ -58,6 +58,7 @@ jobs:
|
||||
push: true
|
||||
tags: gitea.sheep-ghoul.ts.net/sarsoo/overflow:latest-amd64
|
||||
file: Dockerfile
|
||||
provenance: false
|
||||
context: .
|
||||
|
||||
# build-Docker-Arm:
|
||||
@ -88,6 +89,7 @@ jobs:
|
||||
# push: true
|
||||
# tags: gitea.sheep-ghoul.ts.net/sarsoo/overflow:latest-arm64
|
||||
# file: Dockerfile
|
||||
# provenance: false
|
||||
# context: .
|
||||
|
||||
packageManifest:
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
sarsoo/overflow:latest-amd64
|
||||
sarsoo/overflow:${{ github.ref_name }}-amd64
|
||||
file: Dockerfile
|
||||
provenance: false
|
||||
|
||||
build-Docker-Arm:
|
||||
|
||||
@ -82,6 +83,7 @@ jobs:
|
||||
sarsoo/overflow:latest-arm64
|
||||
sarsoo/overflow:${{ github.ref_name }}-arm64
|
||||
file: Dockerfile
|
||||
provenance: false
|
||||
|
||||
packageManifest:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user