Skip to content

Commit

Permalink
Fix updatecli after GHA migration (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil authored Jun 11, 2024
1 parent d0fa328 commit 907edfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/updatemultus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ targets:
disablesourceinput: true
spec:
file: Makefile
matchpattern: '(?m)^TAG \?\= (.*)'
replacepattern: 'TAG ?= {{ source "multus" }}$$(BUILD_META)'
matchpattern: '(?m)^TAG \:\= (.*)'
replacepattern: 'TAG := {{ source "multus" }}$$(BUILD_META)'

scms:
default:
Expand Down

0 comments on commit 907edfd

Please sign in to comment.