|
|
@ -60,6 +60,7 @@ jobs:
|
|
|
|
context: .
|
|
|
|
context: .
|
|
|
|
file: dev/build/Dockerfile
|
|
|
|
file: dev/build/Dockerfile
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
|
|
|
|
provenance: false
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
requarks/wiki:canary
|
|
|
|
requarks/wiki:canary
|
|
|
|
requarks/wiki:canary-${{ env.REL_VERSION_STRICT }}
|
|
|
|
requarks/wiki:canary-${{ env.REL_VERSION_STRICT }}
|
|
|
@ -178,6 +179,7 @@ jobs:
|
|
|
|
file: dev/build-arm/Dockerfile
|
|
|
|
file: dev/build-arm/Dockerfile
|
|
|
|
platforms: ${{ matrix.platform }}
|
|
|
|
platforms: ${{ matrix.platform }}
|
|
|
|
push: true
|
|
|
|
push: true
|
|
|
|
|
|
|
|
provenance: false
|
|
|
|
tags: |
|
|
|
|
tags: |
|
|
|
|
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
|
|
|
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
|
|
|
ghcr.io/requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
|
|
|
ghcr.io/requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }}
|
|
|
|