Skip to content

Commit

Permalink
Added missing run script to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich committed Apr 30, 2024
1 parent cdb1e6e commit 1c4475f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c4475f

Please sign in to comment.