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