mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
ci(actions): use oci export type
This commit is contained in:
parent
4e8bbebe3d
commit
5b985a239a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.BASE_IMAGE_NAME}}:test
|
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.BASE_IMAGE_NAME}}:test
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
file: install/automated/docker/openvk.Dockerfile
|
file: install/automated/docker/openvk.Dockerfile
|
||||||
outputs: type=docker,dest=/tmp/openvk.tar
|
outputs: type=oci,dest=/tmp/openvk.tar
|
||||||
build-args: |
|
build-args: |
|
||||||
GITREPO=${{ steps.repositorystring.outputs.lowercase }}
|
GITREPO=${{ steps.repositorystring.outputs.lowercase }}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-primary
|
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-primary
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
file: install/automated/docker/mariadb-primary.Dockerfile
|
file: install/automated/docker/mariadb-primary.Dockerfile
|
||||||
outputs: type=docker,dest=/tmp/mariadb-primary.tar
|
outputs: type=oci,dest=/tmp/mariadb-primary.tar
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{env.DB_VERSION}}
|
VERSION=${{env.DB_VERSION}}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-eventdb
|
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-eventdb
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
file: install/automated/docker/mariadb-eventdb.Dockerfile
|
file: install/automated/docker/mariadb-eventdb.Dockerfile
|
||||||
outputs: type=docker,dest=/tmp/mariadb-eventdb.tar
|
outputs: type=oci,dest=/tmp/mariadb-eventdb.tar
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{env.DB_VERSION}}
|
VERSION=${{env.DB_VERSION}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue