diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 25356de..7678c31 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -85,6 +85,9 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - + name: Build Configset + run: VERSION=${{ env.VERSION }} scripts/prepare_configsets.sh - # Build and cache image in the registry name: Build image