mirror of
https://github.com/getlago/lago.git
synced 2025-07-13 17:29:38 +07:00
fix(gha): use submodules (#467)
This commit is contained in:
2
.github/workflows/release-docker-image.yml
vendored
2
.github/workflows/release-docker-image.yml
vendored
@ -26,6 +26,8 @@ jobs:
|
||||
platform=${{ matrix.platform.version }}
|
||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Docker Meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
|
Reference in New Issue
Block a user