update github actions workflows (#4483)
# What this PR does Minor final updates to the new GitHub Actions workflows
This commit is contained in:
parent
eaf31b1905
commit
6008963a04
1 changed files with 1 additions and 4 deletions
|
|
@ -30,10 +30,7 @@ jobs:
|
|||
engine_version_number: ${{ inputs.engine_version }}
|
||||
settings_file_path: engine/settings/base.py
|
||||
- name: Build engine Docker image and push to Dockerhub
|
||||
# TODO: change back to grafana/shared-workflows once this PR is merged
|
||||
# https://github.com/grafana/shared-workflows/pull/143
|
||||
# uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
|
||||
uses: joeyorlando/shared-workflows/actions/build-push-to-dockerhub@a5b95e1419bc78276cf74f0f8246e25192345b94
|
||||
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
|
||||
with:
|
||||
context: engine/
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue