update build-engine-docker-image github actions workflow
This commit is contained in:
parent
be0b00f2a8
commit
2c0e02eba6
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Checkout project
|
||||
uses: actions/checkout@v3
|
||||
- name: Set engine version number in settings file
|
||||
if: inputs.engine_version
|
||||
uses: ./.github/actions/set-engine-version-in-settings
|
||||
with:
|
||||
working_directory: .
|
||||
|
|
@ -37,6 +38,7 @@ jobs:
|
|||
context: engine/
|
||||
push: true
|
||||
platforms: linux/arm64/v8,linux/amd64
|
||||
repository: grafana/oncall
|
||||
tags: ${{ inputs.docker_image_tags }}
|
||||
build-args: |
|
||||
BUILDKIT_INLINE_CACHE=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue