Skip to content

Commit

Permalink
Add some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 19, 2023
1 parent 94212cd commit 4d619f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'branch'
description: 'branch to use'
required: true
default: 'master'
default: 'feature/**'
type: choice
options:
- master
- feature/**

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion dockerfile_images/basic/superbuild-icubhead/conf_build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[sources]
START_IMG=ubuntu:jammy
$(cat DATE_TAG)
metadata={{steps.get_date.outputs.DATE_HOUR_TAG}}
release={{steps.get_version.outputs.VERSION}}
sbtag={{matrix.tag}}

Expand Down

0 comments on commit 4d619f0

Please sign in to comment.