Skip to content

Commit

Permalink
ci(actions): try load flag
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Nov 3, 2024
1 parent e7c770b commit 1e66fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.BASE_IMAGE_NAME}}:test
platforms: linux/amd64,linux/arm64
file: install/automated/docker/openvk.Dockerfile
load: true
build-args: |
GITREPO=${{ steps.repositorystring.outputs.lowercase }}
Expand All @@ -46,6 +47,7 @@ jobs:
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-primary
platforms: linux/amd64,linux/arm64
file: install/automated/docker/mariadb-primary.Dockerfile
load: true
build-args: |
VERSION=${{env.DB_VERSION}}
Expand All @@ -55,5 +57,6 @@ jobs:
tags: ghcr.io/${{ steps.repositorystring.outputs.lowercase }}/${{env.DB_IMAGE_NAME}}:${{env.DB_VERSION}}-eventdb
platforms: linux/amd64,linux/arm64
file: install/automated/docker/mariadb-eventdb.Dockerfile
load: true
build-args: |
VERSION=${{env.DB_VERSION}}

0 comments on commit 1e66fba

Please sign in to comment.