Skip to content

Commit

Permalink
update build-engine-docker-image github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 5, 2024
1 parent be0b00f commit 2c0e02e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand All @@ -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
Expand Down

0 comments on commit 2c0e02e

Please sign in to comment.