Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Nov 19, 2024
1 parent 9d9f911 commit 7aa313c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/actions/runWorkflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,13 @@ func finalize(inputs finalizeInputs) error {
}
}

inputs.Outputs["commit_hash"] = commitHash

// add merging branch registry tag
if err = addDirectModeBranchTagging(); err != nil {
return errors.Wrap(err, "failed to tag registry images")
}

inputs.Outputs["commit_hash"] = commitHash
}

return nil
Expand Down

0 comments on commit 7aa313c

Please sign in to comment.