mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Adds dump for build settings
This commit is contained in:
parent
35eb511af5
commit
f07f020d15
7
.github/workflows/docker_latest.yml
vendored
7
.github/workflows/docker_latest.yml
vendored
@ -58,6 +58,13 @@ jobs:
|
||||
- name: "grist"
|
||||
repo: "grist-ee"
|
||||
steps:
|
||||
- name: Build settings
|
||||
run: |
|
||||
echo "Branch: $BRANCH"
|
||||
echo "Platforms: $PLATFORMS"
|
||||
echo "Docker Hub Owner: $DOCKER_HUB_OWNER"
|
||||
echo "Tag: $TAG"
|
||||
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user